Shades of Petite Orchid #CE9090
Tints of Petite Orchid #CE9090
RGB
CMYK
RGB Variations
Color information
#CE9090 (or 0xCE9090) is known color: Petite Orchid. HEX triplet: CE, 90 and 90. RGB value is (206,144,144). Sum of RGB (Red+Green+Blue) = 206+144+144=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 144 (56.64% from 255 or 29.15% from 494); Blue value is 144 (56.64% from 255 or 29.15% from 494); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9090 is #316F6F. Grayscale: #A2A2A2. Windows color (decimal): -3239792 or 9474254. OLE color: 9474254.
HSL color Cylindrical-coordinate representation of color #CE9090: hue angle of 0º degrees, saturation: 0.39, 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 #CE9090 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 144 | 144 | - |
| CMYK | 0 | 0.30 | 0.30 | 0.19 |
| HSL | 0º | 0.39% | 0.69% | - |
| HSV(B) | 0º | 0.3% | 0.81% | - |
| XYZ | 40.46 | 35.08 | 31.02 | - |
| YUV | 162.54 | 117.54 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 144 | 144 | 0 | 0.30 | 0.30 | 0.19 | 0 | 0.39 | 0.69 |
| Hex | CE | 90 | 90 | 0 | 1E | 1E | 13 | 0 | 27 | 45 |
| Octal | 316 | 220 | 220 | 0 | 36 | 36 | 23 | 0 | 47 | 105 |
| Binary | 11001110 | 10010000 | 10010000 | 0 | 11110 | 11110 | 10011 | 0 | 100111 | 1000101 |
Color Harmonies of #CE9090
Complementary color
Monochromatic Colors of #CE9090
Black with #CE9090
Text Example
Text Example
White with #CE9090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9090; }
p { color: rgb(206,144,144); }
H1.HeaderClassName
{
color: #CE9090;
}
.AnyTagClassName
{
color: #CE9090;
}
</style>
background-color css
<style>
a { background-color: #CE9090; }
a { background-color: rgb(206,144,144); }
div.DivClassName
{
background-color: #CE9090;
}
.BgClassName
{
background-color: #CE9090;
}
</style>
border-color css
<style>
span { border-color: #CE9090; }
span { border-color: rgb(206,144,144); }
td.TdClassName
{
border-color: #CE9090;
}
.TagClassName
{
border-color: #CE9090;
}
</style>