Shades of Petite Orchid #CE9993
Tints of Petite Orchid #CE9993
RGB
CMYK
RGB Variations
Color information
#CE9993 (or 0xCE9993) is known color: Petite Orchid. HEX triplet: CE, 99 and 93. RGB value is (206,153,147). Sum of RGB (Red+Green+Blue) = 206+153+147=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 153 (60.16% from 255 or 30.24% from 506); Blue value is 147 (57.81% from 255 or 29.05% from 506); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9993 is #31666C. Grayscale: #A8A8A8. Windows color (decimal): -3237485 or 9673166. OLE color: 9673166.
HSL color Cylindrical-coordinate representation of color #CE9993: hue angle of 6.1º 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 #CE9993 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 153 | 147 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.19 |
| HSL | 6.1º | 0.38% | 0.69% | - |
| HSV(B) | 6.1º | 0.29% | 0.81% | - |
| XYZ | 42.11 | 38.01 | 32.72 | - |
| YUV | 168.16 | 116.06 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 153 | 147 | 0 | 0.26 | 0.29 | 0.19 | 6.1 | 0.38 | 0.69 |
| Hex | CE | 99 | 93 | 0 | 1A | 1D | 13 | 6 | 26 | 45 |
| Octal | 316 | 231 | 223 | 0 | 32 | 35 | 23 | 6 | 46 | 105 |
| Binary | 11001110 | 10011001 | 10010011 | 0 | 11010 | 11101 | 10011 | 110 | 100110 | 1000101 |
Color Harmonies of #CE9993
Complementary color
Monochromatic Colors of #CE9993
Black with #CE9993
Text Example
Text Example
White with #CE9993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9993; }
p { color: rgb(206,153,147); }
H1.HeaderClassName
{
color: #CE9993;
}
.AnyTagClassName
{
color: #CE9993;
}
</style>
background-color css
<style>
a { background-color: #CE9993; }
a { background-color: rgb(206,153,147); }
div.DivClassName
{
background-color: #CE9993;
}
.BgClassName
{
background-color: #CE9993;
}
</style>
border-color css
<style>
span { border-color: #CE9993; }
span { border-color: rgb(206,153,147); }
td.TdClassName
{
border-color: #CE9993;
}
.TagClassName
{
border-color: #CE9993;
}
</style>