Shades of Petite Orchid #CE9191
Tints of Petite Orchid #CE9191
RGB
CMYK
RGB Variations
Color information
#CE9191 (or 0xCE9191) is known color: Petite Orchid. HEX triplet: CE, 91 and 91. RGB value is (206,145,145). Sum of RGB (Red+Green+Blue) = 206+145+145=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 145 (57.03% from 255 or 29.23% from 496); Blue value is 145 (57.03% from 255 or 29.23% from 496); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9191 is #316E6E. Grayscale: #A3A3A3. Windows color (decimal): -3239535 or 9540046. OLE color: 9540046.
HSL color Cylindrical-coordinate representation of color #CE9191: hue angle of 0º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CE9191 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 145 | 145 | - |
| CMYK | 0 | 0.30 | 0.30 | 0.19 |
| HSL | 0º | 0.38% | 0.69% | - |
| HSV(B) | 0º | 0.3% | 0.81% | - |
| XYZ | 40.69 | 35.42 | 31.48 | - |
| YUV | 163.24 | 117.71 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 145 | 145 | 0 | 0.30 | 0.30 | 0.19 | 0 | 0.38 | 0.69 |
| Hex | CE | 91 | 91 | 0 | 1E | 1E | 13 | 0 | 26 | 45 |
| Octal | 316 | 221 | 221 | 0 | 36 | 36 | 23 | 0 | 46 | 105 |
| Binary | 11001110 | 10010001 | 10010001 | 0 | 11110 | 11110 | 10011 | 0 | 100110 | 1000101 |
Color Harmonies of #CE9191
Complementary color
Monochromatic Colors of #CE9191
Black with #CE9191
Text Example
Text Example
White with #CE9191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9191; }
p { color: rgb(206,145,145); }
H1.HeaderClassName
{
color: #CE9191;
}
.AnyTagClassName
{
color: #CE9191;
}
</style>
background-color css
<style>
a { background-color: #CE9191; }
a { background-color: rgb(206,145,145); }
div.DivClassName
{
background-color: #CE9191;
}
.BgClassName
{
background-color: #CE9191;
}
</style>
border-color css
<style>
span { border-color: #CE9191; }
span { border-color: rgb(206,145,145); }
td.TdClassName
{
border-color: #CE9191;
}
.TagClassName
{
border-color: #CE9191;
}
</style>