Shades of Petite Orchid #CE958D
Tints of Petite Orchid #CE958D
RGB
CMYK
RGB Variations
Color information
#CE958D (or 0xCE958D) is known color: Petite Orchid. HEX triplet: CE, 95 and 8D. RGB value is (206,149,141). Sum of RGB (Red+Green+Blue) = 206+149+141=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 149 (58.59% from 255 or 30.04% from 496); Blue value is 141 (55.47% from 255 or 28.43% from 496); Max value from RGB is 206 - color contains mainly: red. Hex color #CE958D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE958D is #316A72. Grayscale: #A5A5A5. Windows color (decimal): -3238515 or 9278926. OLE color: 9278926.
HSL color Cylindrical-coordinate representation of color #CE958D: hue angle of 7.38º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CE958D is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 149 | 141 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.19 |
| HSL | 7.38º | 0.4% | 0.68% | - |
| HSV(B) | 7.38º | 0.32% | 0.81% | - |
| XYZ | 41.01 | 36.54 | 30.09 | - |
| YUV | 165.13 | 114.38 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 149 | 141 | 0 | 0.28 | 0.32 | 0.19 | 7.38 | 0.4 | 0.68 |
| Hex | CE | 95 | 8D | 0 | 1C | 20 | 13 | 7 | 28 | 44 |
| Octal | 316 | 225 | 215 | 0 | 34 | 40 | 23 | 7 | 50 | 104 |
| Binary | 11001110 | 10010101 | 10001101 | 0 | 11100 | 100000 | 10011 | 111 | 101000 | 1000100 |
Color Harmonies of #CE958D
Complementary color
Monochromatic Colors of #CE958D
Black with #CE958D
Text Example
Text Example
White with #CE958D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE958D; }
p { color: rgb(206,149,141); }
H1.HeaderClassName
{
color: #CE958D;
}
.AnyTagClassName
{
color: #CE958D;
}
</style>
background-color css
<style>
a { background-color: #CE958D; }
a { background-color: rgb(206,149,141); }
div.DivClassName
{
background-color: #CE958D;
}
.BgClassName
{
background-color: #CE958D;
}
</style>
border-color css
<style>
span { border-color: #CE958D; }
span { border-color: rgb(206,149,141); }
td.TdClassName
{
border-color: #CE958D;
}
.TagClassName
{
border-color: #CE958D;
}
</style>