#DE978E

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

Shades of Petite Orchid #DE978E

Tints of Petite Orchid #DE978E

Color information

#DE978E (or 0xDE978E) is unknown color: approx Petite Orchid. HEX triplet: DE, 97 and 8E. RGB value is (222,151,142). Sum of RGB (Red+Green+Blue) = 222+151+142=515 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.11% from 515); Green value is 151 (59.38% from 255 or 29.32% from 515); Blue value is 142 (55.86% from 255 or 27.57% from 515); Max value from RGB is 222 - color contains mainly: red. Hex color #DE978E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE978E is #216871. Grayscale: #ABABAB. Windows color (decimal): -2189426 or 9344990. OLE color: 9344990.

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

Color convert

RGB222151142-
CMYK00.320.360.13
HSL6.75º54.79%71.37%-
HSV(B)6.75º36.04%87.06%-
XYZ46.0739.6230.81-
YUV171.2111.52164.23-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.11%
GREEN value IS 151 (59.38% from 255) = 29.32%
BLUE value IS 142 (55.86% from 255) = 27.57%
R=43.11%
G=29.32%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215114200.320.360.136.7554.7971.37
HexDE978E02024D73747
Octal3362272160404415767107
Binary110111101001011110001110010000010010011011111101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE978E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE978E; }

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

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

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

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

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

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

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

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