Shades of Petite Orchid #CE968E
Tints of Petite Orchid #CE968E
RGB
CMYK
RGB Variations
Color information
#CE968E (or 0xCE968E) is known color: Petite Orchid. HEX triplet: CE, 96 and 8E. RGB value is (206,150,142). Sum of RGB (Red+Green+Blue) = 206+150+142=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 150 (58.98% from 255 or 30.12% from 498); Blue value is 142 (55.86% from 255 or 28.51% from 498); Max value from RGB is 206 - color contains mainly: red. Hex color #CE968E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE968E is #316971. Grayscale: #A5A5A5. Windows color (decimal): -3238258 or 9344718. OLE color: 9344718.
HSL color Cylindrical-coordinate representation of color #CE968E: hue angle of 7.5º 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 #CE968E is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 150 | 142 | - |
| CMYK | 0 | 0.27 | 0.31 | 0.19 |
| HSL | 7.5º | 0.4% | 0.68% | - |
| HSV(B) | 7.5º | 0.31% | 0.81% | - |
| XYZ | 41.24 | 36.89 | 30.54 | - |
| YUV | 165.83 | 114.55 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 150 | 142 | 0 | 0.27 | 0.31 | 0.19 | 7.5 | 0.4 | 0.68 |
| Hex | CE | 96 | 8E | 0 | 1B | 1F | 13 | 8 | 28 | 44 |
| Octal | 316 | 226 | 216 | 0 | 33 | 37 | 23 | 10 | 50 | 104 |
| Binary | 11001110 | 10010110 | 10001110 | 0 | 11011 | 11111 | 10011 | 1000 | 101000 | 1000100 |
Color Harmonies of #CE968E
Complementary color
Monochromatic Colors of #CE968E
Black with #CE968E
Text Example
Text Example
White with #CE968E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE968E; }
p { color: rgb(206,150,142); }
H1.HeaderClassName
{
color: #CE968E;
}
.AnyTagClassName
{
color: #CE968E;
}
</style>
background-color css
<style>
a { background-color: #CE968E; }
a { background-color: rgb(206,150,142); }
div.DivClassName
{
background-color: #CE968E;
}
.BgClassName
{
background-color: #CE968E;
}
</style>
border-color css
<style>
span { border-color: #CE968E; }
span { border-color: rgb(206,150,142); }
td.TdClassName
{
border-color: #CE968E;
}
.TagClassName
{
border-color: #CE968E;
}
</style>