Shades of Petite Orchid #CE9390
Tints of Petite Orchid #CE9390
RGB
CMYK
RGB Variations
Color information
#CE9390 (or 0xCE9390) is known color: Petite Orchid. HEX triplet: CE, 93 and 90. RGB value is (206,147,144). Sum of RGB (Red+Green+Blue) = 206+147+144=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 147 (57.81% from 255 or 29.58% from 497); Blue value is 144 (56.64% from 255 or 28.97% from 497); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9390 is #316C6F. Grayscale: #A4A4A4. Windows color (decimal): -3239024 or 9475022. OLE color: 9475022.
HSL color Cylindrical-coordinate representation of color #CE9390: hue angle of 2.9º 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 #CE9390 is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 147 | 144 | - |
| CMYK | 0 | 0.29 | 0.30 | 0.19 |
| HSL | 2.9º | 0.39% | 0.69% | - |
| HSV(B) | 2.9º | 0.3% | 0.81% | - |
| XYZ | 40.92 | 36 | 31.18 | - |
| YUV | 164.3 | 116.55 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 147 | 144 | 0 | 0.29 | 0.30 | 0.19 | 2.9 | 0.39 | 0.69 |
| Hex | CE | 93 | 90 | 0 | 1D | 1E | 13 | 3 | 27 | 45 |
| Octal | 316 | 223 | 220 | 0 | 35 | 36 | 23 | 3 | 47 | 105 |
| Binary | 11001110 | 10010011 | 10010000 | 0 | 11101 | 11110 | 10011 | 11 | 100111 | 1000101 |
Color Harmonies of #CE9390
Complementary color
Monochromatic Colors of #CE9390
Black with #CE9390
Text Example
Text Example
White with #CE9390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9390; }
p { color: rgb(206,147,144); }
H1.HeaderClassName
{
color: #CE9390;
}
.AnyTagClassName
{
color: #CE9390;
}
</style>
background-color css
<style>
a { background-color: #CE9390; }
a { background-color: rgb(206,147,144); }
div.DivClassName
{
background-color: #CE9390;
}
.BgClassName
{
background-color: #CE9390;
}
</style>
border-color css
<style>
span { border-color: #CE9390; }
span { border-color: rgb(206,147,144); }
td.TdClassName
{
border-color: #CE9390;
}
.TagClassName
{
border-color: #CE9390;
}
</style>