Html Css Color HEX #DF6EE9 Orchid

📋 copy color: '#DF6EE9'

red 223 ◦ green 110 ◦ blue 233

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

Shades of Orchid #DF6EE9

Tints of Orchid #DF6EE9

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.43%

 BLUE value IS 233 (91.41% from 255) = 41.17%

R = 39.4%
G = 19.43%
B = 41.17%

CMYK

 C value IS 0.04

 M value IS 0.53

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DF6EE9 (or 0xDF6EE9) is known color: Orchid. HEX triplet: DF, 6E and E9. RGB value is (223,110,233). Sum of RGB (Red+Green+Blue) = 223+110+233=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 110 (43.36% from 255 or 19.43% from 566); Blue value is 233 (91.41% from 255 or 41.17% from 566); Max value from RGB is 233 - color contains mainly: blue. Hex color #DF6EE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF6EE9 is #209116. Grayscale: #9D9D9D. Windows color (decimal): -2134295 or 15298271. OLE color: 15298271.

HSL color Cylindrical-coordinate representation of color #DF6EE9: hue angle of 295.12º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DF6EE9 is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 223 110 233 -
CMYK 0.04 0.53 0 0.09
HSL 295.12º 0.74% 0.67% -
HSV(B) 295.12º 0.53% 0.91% -
XYZ 50.72 32.72 80.73 -
YUV 157.81 170.44 174.5 -
System Red Green Blue C M Y K H S L
Decimal 223 110 233 0.04 0.53 0 0.09 295.12 0.74 0.67
Hex DF 6E E9 4 35 0 9 127 4A 43
Octal 337 156 351 4 65 0 11 447 112 103
Binary 11011111 1101110 11101001 100 110101 0 1001 100100111 1001010 1000011

Color Harmonies of #DF6EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6EE9

Black with #DF6EE9

Text Example


Text Example

White with #DF6EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6EE9; }

 p { color: rgb(223,110,233); }

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

background-color css

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

 a { background-color: rgb(223,110,233); }

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

border-color css

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

 span { border-color: rgb(223,110,233); }

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