Html Css Color HEX #DE9C8E Petite Orchid

📋 copy color: '#DE9C8E'

red 222 ◦ green 156 ◦ blue 142

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

Shades of Petite Orchid #DE9C8E

Tints of Petite Orchid #DE9C8E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30%

 BLUE value IS 142 (55.86% from 255) = 27.31%

R = 42.69%
G = 30%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DE9C8E (or 0xDE9C8E) is known color: Petite Orchid. HEX triplet: DE, 9C and 8E. RGB value is (222,156,142). Sum of RGB (Red+Green+Blue) = 222+156+142=520 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.69% from 520); Green value is 156 (61.33% from 255 or 30% from 520); Blue value is 142 (55.86% from 255 or 27.31% from 520); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9C8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9C8E is #216371. Grayscale: #AEAEAE. Windows color (decimal): -2188146 or 9346270. OLE color: 9346270.

HSL color Cylindrical-coordinate representation of color #DE9C8E: hue angle of 10.5º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DE9C8E is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 156 142 -
CMYK 0 0.30 0.36 0.13
HSL 10.5º 0.55% 0.71% -
HSV(B) 10.5º 0.36% 0.87% -
XYZ 46.9 41.26 31.08 -
YUV 174.14 109.87 162.14 -
System Red Green Blue C M Y K H S L
Decimal 222 156 142 0 0.30 0.36 0.13 10.5 0.55 0.71
Hex DE 9C 8E 0 1E 24 D A 37 47
Octal 336 234 216 0 36 44 15 12 67 107
Binary 11011110 10011100 10001110 0 11110 100100 1101 1010 110111 1000111

Color Harmonies of #DE9C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9C8E

Black with #DE9C8E

Text Example


Text Example

White with #DE9C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9C8E; }

 p { color: rgb(222,156,142); }

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

background-color css

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

 a { background-color: rgb(222,156,142); }

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

border-color css

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

 span { border-color: rgb(222,156,142); }

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