Shades of Petite Orchid #CE928D
Tints of Petite Orchid #CE928D
RGB
CMYK
RGB Variations
Color information
#CE928D (or 0xCE928D) is known color: Petite Orchid. HEX triplet: CE, 92 and 8D. RGB value is (206,146,141). Sum of RGB (Red+Green+Blue) = 206+146+141=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 146 (57.42% from 255 or 29.61% from 493); Blue value is 141 (55.47% from 255 or 28.60% from 493); Max value from RGB is 206 - color contains mainly: red. Hex color #CE928D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE928D is #316D72. Grayscale: #A3A3A3. Windows color (decimal): -3239283 or 9278158. OLE color: 9278158.
HSL color Cylindrical-coordinate representation of color #CE928D: hue angle of 4.62º 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 #CE928D is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 146 | 141 | - |
| CMYK | 0 | 0.29 | 0.32 | 0.19 |
| HSL | 4.62º | 0.4% | 0.68% | - |
| HSV(B) | 4.62º | 0.32% | 0.81% | - |
| XYZ | 40.54 | 35.6 | 29.93 | - |
| YUV | 163.37 | 115.38 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 146 | 141 | 0 | 0.29 | 0.32 | 0.19 | 4.62 | 0.4 | 0.68 |
| Hex | CE | 92 | 8D | 0 | 1D | 20 | 13 | 5 | 28 | 44 |
| Octal | 316 | 222 | 215 | 0 | 35 | 40 | 23 | 5 | 50 | 104 |
| Binary | 11001110 | 10010010 | 10001101 | 0 | 11101 | 100000 | 10011 | 101 | 101000 | 1000100 |
Color Harmonies of #CE928D
Complementary color
Monochromatic Colors of #CE928D
Black with #CE928D
Text Example
Text Example
White with #CE928D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE928D; }
p { color: rgb(206,146,141); }
H1.HeaderClassName
{
color: #CE928D;
}
.AnyTagClassName
{
color: #CE928D;
}
</style>
background-color css
<style>
a { background-color: #CE928D; }
a { background-color: rgb(206,146,141); }
div.DivClassName
{
background-color: #CE928D;
}
.BgClassName
{
background-color: #CE928D;
}
</style>
border-color css
<style>
span { border-color: #CE928D; }
span { border-color: rgb(206,146,141); }
td.TdClassName
{
border-color: #CE928D;
}
.TagClassName
{
border-color: #CE928D;
}
</style>