Html Css Color HEX #DE6EC9 Orchid

📋 copy color: '#DE6EC9'

red 222 ◦ green 110 ◦ blue 201

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

Shades of Orchid #DE6EC9

Tints of Orchid #DE6EC9

RGB

 RED value IS 222 (87.11% from 255) = 41.65%

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

 BLUE value IS 201 (78.91% from 255) = 37.71%

R = 41.65%
G = 20.64%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DE6EC9 (or 0xDE6EC9) is known color: Orchid. HEX triplet: DE, 6E and C9. RGB value is (222,110,201). Sum of RGB (Red+Green+Blue) = 222+110+201=533 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.65% from 533); Green value is 110 (43.36% from 255 or 20.64% from 533); Blue value is 201 (78.91% from 255 or 37.71% from 533); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6EC9 is #219136. Grayscale: #999999. Windows color (decimal): -2199863 or 13201118. OLE color: 13201118.

HSL color Cylindrical-coordinate representation of color #DE6EC9: hue angle of 311.25º degrees, saturation: 0.63, 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 #DE6EC9 is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 110 201 -
CMYK 0 0.50 0.09 0.13
HSL 311.25º 0.63% 0.65% -
HSV(B) 311.25º 0.5% 0.87% -
XYZ 46.24 30.9 58.79 -
YUV 153.86 154.61 176.6 -
System Red Green Blue C M Y K H S L
Decimal 222 110 201 0 0.50 0.09 0.13 311.25 0.63 0.65
Hex DE 6E C9 0 32 9 D 137 3F 41
Octal 336 156 311 0 62 11 15 467 77 101
Binary 11011110 1101110 11001001 0 110010 1001 1101 100110111 111111 1000001

Color Harmonies of #DE6EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6EC9

Black with #DE6EC9

Text Example


Text Example

White with #DE6EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6EC9; }

 p { color: rgb(222,110,201); }

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

background-color css

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

 a { background-color: rgb(222,110,201); }

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

border-color css

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

 span { border-color: rgb(222,110,201); }

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