Shades of Petite Orchid #CE9896
Tints of Petite Orchid #CE9896
RGB
CMYK
RGB Variations
Color information
#CE9896 (or 0xCE9896) is known color: Petite Orchid. HEX triplet: CE, 98 and 96. RGB value is (206,152,150). Sum of RGB (Red+Green+Blue) = 206+152+150=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 152 (59.77% from 255 or 29.92% from 508); Blue value is 150 (58.98% from 255 or 29.53% from 508); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9896 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9896 is #316769. Grayscale: #A7A7A7. Windows color (decimal): -3237738 or 9869518. OLE color: 9869518.
HSL color Cylindrical-coordinate representation of color #CE9896: hue angle of 2.14º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CE9896 is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 152 | 150 | - |
| CMYK | 0 | 0.26 | 0.27 | 0.19 |
| HSL | 2.14º | 0.36% | 0.7% | - |
| HSV(B) | 2.14º | 0.27% | 0.81% | - |
| XYZ | 42.19 | 37.78 | 33.92 | - |
| YUV | 167.92 | 117.89 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 152 | 150 | 0 | 0.26 | 0.27 | 0.19 | 2.14 | 0.36 | 0.7 |
| Hex | CE | 98 | 96 | 0 | 1A | 1B | 13 | 2 | 24 | 46 |
| Octal | 316 | 230 | 226 | 0 | 32 | 33 | 23 | 2 | 44 | 106 |
| Binary | 11001110 | 10011000 | 10010110 | 0 | 11010 | 11011 | 10011 | 10 | 100100 | 1000110 |
Color Harmonies of #CE9896
Complementary color
Monochromatic Colors of #CE9896
Black with #CE9896
Text Example
Text Example
White with #CE9896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9896; }
p { color: rgb(206,152,150); }
H1.HeaderClassName
{
color: #CE9896;
}
.AnyTagClassName
{
color: #CE9896;
}
</style>
background-color css
<style>
a { background-color: #CE9896; }
a { background-color: rgb(206,152,150); }
div.DivClassName
{
background-color: #CE9896;
}
.BgClassName
{
background-color: #CE9896;
}
</style>
border-color css
<style>
span { border-color: #CE9896; }
span { border-color: rgb(206,152,150); }
td.TdClassName
{
border-color: #CE9896;
}
.TagClassName
{
border-color: #CE9896;
}
</style>