Shades of Petite Orchid #CE9490
Tints of Petite Orchid #CE9490
RGB
CMYK
RGB Variations
Color information
#CE9490 (or 0xCE9490) is known color: Petite Orchid. HEX triplet: CE, 94 and 90. RGB value is (206,148,144). Sum of RGB (Red+Green+Blue) = 206+148+144=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 148 (58.20% from 255 or 29.72% from 498); Blue value is 144 (56.64% from 255 or 28.92% from 498); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9490 is #316B6F. Grayscale: #A4A4A4. Windows color (decimal): -3238768 or 9475278. OLE color: 9475278.
HSL color Cylindrical-coordinate representation of color #CE9490: hue angle of 3.87º 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 #CE9490 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 148 | 144 | - |
| CMYK | 0 | 0.28 | 0.30 | 0.19 |
| HSL | 3.87º | 0.39% | 0.69% | - |
| HSV(B) | 3.87º | 0.3% | 0.81% | - |
| XYZ | 41.08 | 36.32 | 31.23 | - |
| YUV | 164.89 | 116.22 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 148 | 144 | 0 | 0.28 | 0.30 | 0.19 | 3.87 | 0.39 | 0.69 |
| Hex | CE | 94 | 90 | 0 | 1C | 1E | 13 | 4 | 27 | 45 |
| Octal | 316 | 224 | 220 | 0 | 34 | 36 | 23 | 4 | 47 | 105 |
| Binary | 11001110 | 10010100 | 10010000 | 0 | 11100 | 11110 | 10011 | 100 | 100111 | 1000101 |
Color Harmonies of #CE9490
Complementary color
Monochromatic Colors of #CE9490
Black with #CE9490
Text Example
Text Example
White with #CE9490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9490; }
p { color: rgb(206,148,144); }
H1.HeaderClassName
{
color: #CE9490;
}
.AnyTagClassName
{
color: #CE9490;
}
</style>
background-color css
<style>
a { background-color: #CE9490; }
a { background-color: rgb(206,148,144); }
div.DivClassName
{
background-color: #CE9490;
}
.BgClassName
{
background-color: #CE9490;
}
</style>
border-color css
<style>
span { border-color: #CE9490; }
span { border-color: rgb(206,148,144); }
td.TdClassName
{
border-color: #CE9490;
}
.TagClassName
{
border-color: #CE9490;
}
</style>