#DE978B

Color #DE978B Petite Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Petite Orchid #DE978B

Tints of Petite Orchid #DE978B

Color information

#DE978B (or 0xDE978B) is unknown color: approx Petite Orchid. HEX triplet: DE, 97 and 8B. RGB value is (222,151,139). Sum of RGB (Red+Green+Blue) = 222+151+139=512 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.36% from 512); Green value is 151 (59.38% from 255 or 29.49% from 512); Blue value is 139 (54.69% from 255 or 27.15% from 512); Max value from RGB is 222 - color contains mainly: red. Hex color #DE978B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE978B is #216874. Grayscale: #AAAAAA. Windows color (decimal): -2189429 or 9148382. OLE color: 9148382.

HSL color Cylindrical-coordinate representation of color #DE978B: hue angle of 8.67º degrees, saturation: 0.56, 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 #DE978B is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB222151139-
CMYK00.320.370.13
HSL8.67º55.7%70.78%-
HSV(B)8.67º37.39%87.06%-
XYZ45.8539.5329.64-
YUV170.86110.02164.48-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.36%
GREEN value IS 151 (59.38% from 255) = 29.49%
BLUE value IS 139 (54.69% from 255) = 27.15%
R=43.36%
G=29.49%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215113900.320.370.138.6755.770.78
HexDE978B02025D93847
Octal33622721304045151170107
Binary1101111010010111100010110100000100101110110011110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE978B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE978B; }

 p { color: rgb(222,151,139); }

 H1.HeaderClassName
 {
   color: #DE978B;
 }
 .AnyTagClassName
 {
   color: #DE978B;
 }
</style>
background-color css

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

 a { background-color: rgb(222,151,139); }

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

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

 span { border-color: rgb(222,151,139); }

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