#CE9690

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

Shades of Petite Orchid #CE9690

Tints of Petite Orchid #CE9690

Color information

#CE9690 (or 0xCE9690) is unknown color: approx Petite Orchid. HEX triplet: CE, 96 and 90. RGB value is (206,150,144). Sum of RGB (Red+Green+Blue) = 206+150+144=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 150 (58.98% from 255 or 30% from 500); Blue value is 144 (56.64% from 255 or 28.8% from 500); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9690 is #31696F. Grayscale: #A6A6A6. Windows color (decimal): -3238256 or 9475790. OLE color: 9475790.

HSL color Cylindrical-coordinate representation of color #CE9690: hue angle of 5.81º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CE9690 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB206150144-
CMYK00.270.300.19
HSL5.81º38.75%68.63%-
HSV(B)5.81º30.1%80.78%-
XYZ41.3936.9531.34-
YUV166.06115.55156.49-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.2%
GREEN value IS 150 (58.98% from 255) = 30%
BLUE value IS 144 (56.64% from 255) = 28.8%
R=41.2%
G=30%
B=28.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615014400.270.300.195.8138.7568.63
HexCE969001B1E1362745
Octal3162262200333623647105
Binary11001110100101101001000001101111110100111101001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9690; }

 p { color: rgb(206,150,144); }

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

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

 a { background-color: rgb(206,150,144); }

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

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

 span { border-color: rgb(206,150,144); }

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