#DE9693

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

Shades of Petite Orchid #DE9693

Tints of Petite Orchid #DE9693

Color information

#DE9693 (or 0xDE9693) is unknown color: approx Petite Orchid. HEX triplet: DE, 96 and 93. RGB value is (222,150,147). Sum of RGB (Red+Green+Blue) = 222+150+147=519 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.77% from 519); Green value is 150 (58.98% from 255 or 28.90% from 519); Blue value is 147 (57.81% from 255 or 28.32% from 519); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9693 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9693 is #21696C. Grayscale: #ABABAB. Windows color (decimal): -2189677 or 9672414. OLE color: 9672414.

HSL color Cylindrical-coordinate representation of color #DE9693: hue angle of 2.4º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DE9693 is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB222150147-
CMYK00.320.340.13
HSL2.4º53.19%72.35%-
HSV(B)2.4º33.78%87.06%-
XYZ46.339.4532.78-
YUV171.19114.35164.24-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.77%
GREEN value IS 150 (58.98% from 255) = 28.90%
BLUE value IS 147 (57.81% from 255) = 28.32%
R=42.77%
G=28.90%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215014700.320.340.132.453.1972.35
HexDE969302022D23548
Octal3362262230404215265110
Binary11011110100101101001001101000001000101101101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9693; }

 p { color: rgb(222,150,147); }

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

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

 a { background-color: rgb(222,150,147); }

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

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

 span { border-color: rgb(222,150,147); }

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