Shades of Petite Orchid #CE918E
Tints of Petite Orchid #CE918E
RGB
CMYK
RGB Variations
Color information
#CE918E (or 0xCE918E) is known color: Petite Orchid. HEX triplet: CE, 91 and 8E. RGB value is (206,145,142). Sum of RGB (Red+Green+Blue) = 206+145+142=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 145 (57.03% from 255 or 29.41% from 493); Blue value is 142 (55.86% from 255 or 28.80% from 493); Max value from RGB is 206 - color contains mainly: red. Hex color #CE918E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE918E is #316E71. Grayscale: #A2A2A2. Windows color (decimal): -3239538 or 9343438. OLE color: 9343438.
HSL color Cylindrical-coordinate representation of color #CE918E: hue angle of 2.81º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CE918E is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 145 | 142 | - |
| CMYK | 0 | 0.30 | 0.31 | 0.19 |
| HSL | 2.81º | 0.4% | 0.68% | - |
| HSV(B) | 2.81º | 0.31% | 0.81% | - |
| XYZ | 40.46 | 35.33 | 30.28 | - |
| YUV | 162.9 | 116.21 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 145 | 142 | 0 | 0.30 | 0.31 | 0.19 | 2.81 | 0.4 | 0.68 |
| Hex | CE | 91 | 8E | 0 | 1E | 1F | 13 | 3 | 28 | 44 |
| Octal | 316 | 221 | 216 | 0 | 36 | 37 | 23 | 3 | 50 | 104 |
| Binary | 11001110 | 10010001 | 10001110 | 0 | 11110 | 11111 | 10011 | 11 | 101000 | 1000100 |
Color Harmonies of #CE918E
Complementary color
Monochromatic Colors of #CE918E
Black with #CE918E
Text Example
Text Example
White with #CE918E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE918E; }
p { color: rgb(206,145,142); }
H1.HeaderClassName
{
color: #CE918E;
}
.AnyTagClassName
{
color: #CE918E;
}
</style>
background-color css
<style>
a { background-color: #CE918E; }
a { background-color: rgb(206,145,142); }
div.DivClassName
{
background-color: #CE918E;
}
.BgClassName
{
background-color: #CE918E;
}
</style>
border-color css
<style>
span { border-color: #CE918E; }
span { border-color: rgb(206,145,142); }
td.TdClassName
{
border-color: #CE918E;
}
.TagClassName
{
border-color: #CE918E;
}
</style>