Shades of Petite Orchid #CE9892
Tints of Petite Orchid #CE9892
RGB
CMYK
RGB Variations
Color information
#CE9892 (or 0xCE9892) is known color: Petite Orchid. HEX triplet: CE, 98 and 92. RGB value is (206,152,146). Sum of RGB (Red+Green+Blue) = 206+152+146=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 152 (59.77% from 255 or 30.16% from 504); Blue value is 146 (57.42% from 255 or 28.97% from 504); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9892 is #31676D. Grayscale: #A7A7A7. Windows color (decimal): -3237742 or 9607374. OLE color: 9607374.
HSL color Cylindrical-coordinate representation of color #CE9892: hue angle of 6º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CE9892 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 152 | 146 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.19 |
| HSL | 6º | 0.38% | 0.69% | - |
| HSV(B) | 6º | 0.29% | 0.81% | - |
| XYZ | 41.87 | 37.65 | 32.26 | - |
| YUV | 167.46 | 115.89 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 152 | 146 | 0 | 0.26 | 0.29 | 0.19 | 6 | 0.38 | 0.69 |
| Hex | CE | 98 | 92 | 0 | 1A | 1D | 13 | 6 | 26 | 45 |
| Octal | 316 | 230 | 222 | 0 | 32 | 35 | 23 | 6 | 46 | 105 |
| Binary | 11001110 | 10011000 | 10010010 | 0 | 11010 | 11101 | 10011 | 110 | 100110 | 1000101 |
Color Harmonies of #CE9892
Complementary color
Monochromatic Colors of #CE9892
Black with #CE9892
Text Example
Text Example
White with #CE9892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9892; }
p { color: rgb(206,152,146); }
H1.HeaderClassName
{
color: #CE9892;
}
.AnyTagClassName
{
color: #CE9892;
}
</style>
background-color css
<style>
a { background-color: #CE9892; }
a { background-color: rgb(206,152,146); }
div.DivClassName
{
background-color: #CE9892;
}
.BgClassName
{
background-color: #CE9892;
}
</style>
border-color css
<style>
span { border-color: #CE9892; }
span { border-color: rgb(206,152,146); }
td.TdClassName
{
border-color: #CE9892;
}
.TagClassName
{
border-color: #CE9892;
}
</style>