Html Css Color HEX #DE9A8C Petite Orchid

📋 copy color: '#DE9A8C'

red 222 ◦ green 154 ◦ blue 140

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

Shades of Petite Orchid #DE9A8C

Tints of Petite Orchid #DE9A8C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.84%

 BLUE value IS 140 (55.08% from 255) = 27.13%

R = 43.02%
G = 29.84%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DE9A8C (or 0xDE9A8C) is known color: Petite Orchid. HEX triplet: DE, 9A and 8C. RGB value is (222,154,140). Sum of RGB (Red+Green+Blue) = 222+154+140=516 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.02% from 516); Green value is 154 (60.55% from 255 or 29.84% from 516); Blue value is 140 (55.08% from 255 or 27.13% from 516); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9A8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9A8C is #216573. Grayscale: #ACACAC. Windows color (decimal): -2188660 or 9214686. OLE color: 9214686.

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

Color convert

RGB 222 154 140 -
CMYK 0 0.31 0.37 0.13
HSL 10.24º 0.55% 0.71% -
HSV(B) 10.24º 0.37% 0.87% -
XYZ 46.41 40.53 30.19 -
YUV 172.74 109.53 163.14 -
System Red Green Blue C M Y K H S L
Decimal 222 154 140 0 0.31 0.37 0.13 10.24 0.55 0.71
Hex DE 9A 8C 0 1F 25 D A 37 47
Octal 336 232 214 0 37 45 15 12 67 107
Binary 11011110 10011010 10001100 0 11111 100101 1101 1010 110111 1000111

Color Harmonies of #DE9A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9A8C

Black with #DE9A8C

Text Example


Text Example

White with #DE9A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9A8C; }

 p { color: rgb(222,154,140); }

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

background-color css

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

 a { background-color: rgb(222,154,140); }

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

border-color css

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

 span { border-color: rgb(222,154,140); }

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