Html Css Color HEX #DF6FDE Orchid

📋 copy color: '#DF6FDE'

red 223 ◦ green 111 ◦ blue 222

#DF6FDE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #DF6FDE

Tints of Orchid #DF6FDE

RGB

 RED value IS 223 (87.5% from 255) = 40.11%

 GREEN value IS 111 (43.75% from 255) = 19.96%

 BLUE value IS 222 (87.11% from 255) = 39.93%

R = 40.11%
G = 19.96%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.00

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DF6FDE (or 0xDF6FDE) is known color: Orchid. HEX triplet: DF, 6F and DE. RGB value is (223,111,222). Sum of RGB (Red+Green+Blue) = 223+111+222=556 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.11% from 556); Green value is 111 (43.75% from 255 or 19.96% from 556); Blue value is 222 (87.11% from 255 or 39.93% from 556); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6FDE is #209021. Grayscale: #9C9C9C. Windows color (decimal): -2134050 or 14577631. OLE color: 14577631.

HSL color Cylindrical-coordinate representation of color #DF6FDE: hue angle of 300.54º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF6FDE is Cyan = 0, Magento = 0.50, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 111 222 -
CMYK 0 0.50 0.00 0.13
HSL 300.54º 0.64% 0.65% -
HSV(B) 300.54º 0.5% 0.87% -
XYZ 49.3 32.33 72.75 -
YUV 157.14 164.61 174.97 -
System Red Green Blue C M Y K H S L
Decimal 223 111 222 0 0.50 0.00 0.13 300.54 0.64 0.65
Hex DF 6F DE 0 32 0 D 12D 40 41
Octal 337 157 336 0 62 0 15 455 100 101
Binary 11011111 1101111 11011110 0 110010 0 1101 100101101 1000000 1000001

Color Harmonies of #DF6FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6FDE

Black with #DF6FDE

Text Example


Text Example

White with #DF6FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6FDE; }

 p { color: rgb(223,111,222); }

 H1.HeaderClassName
 {
   color: #DF6FDE;
 }
 .AnyTagClassName
 {
   color: #DF6FDE;
 }
</style>

background-color css

<style>
 a { background-color: #DF6FDE; }

 a { background-color: rgb(223,111,222); }

 div.DivClassName
 {
   background-color: #DF6FDE;
 }
 .BgClassName
 {
   background-color: #DF6FDE;
 }
</style>

border-color css

<style>
 span { border-color: #DF6FDE; }

 span { border-color: rgb(223,111,222); }

 td.TdClassName
 {
   border-color: #DF6FDE;
 }
 .TagClassName
 {
   border-color: #DF6FDE;
 }
</style>