#CE9190

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

Shades of Petite Orchid #CE9190

Tints of Petite Orchid #CE9190

Color information

#CE9190 (or 0xCE9190) is unknown color: approx Petite Orchid. HEX triplet: CE, 91 and 90. RGB value is (206,145,144). Sum of RGB (Red+Green+Blue) = 206+145+144=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 145 (57.03% from 255 or 29.29% from 495); Blue value is 144 (56.64% from 255 or 29.09% from 495); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9190 is #316E6F. Grayscale: #A3A3A3. Windows color (decimal): -3239536 or 9474510. OLE color: 9474510.

HSL color Cylindrical-coordinate representation of color #CE9190: hue angle of 0.97º 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 #CE9190 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB206145144-
CMYK00.300.300.19
HSL0.97º38.75%68.63%-
HSV(B)0.97º30.1%80.78%-
XYZ40.6135.3931.08-
YUV163.12117.21158.58-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.62%
GREEN value IS 145 (57.03% from 255) = 29.29%
BLUE value IS 144 (56.64% from 255) = 29.09%
R=41.62%
G=29.29%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614514400.300.300.190.9738.7568.63
HexCE919001E1E1312745
Octal3162212200363623147105
Binary110011101001000110010000011110111101001111001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9190; }

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

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

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

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

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

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

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

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