Shades of Petite Orchid #CE928F
Tints of Petite Orchid #CE928F
RGB
CMYK
RGB Variations
Color information
#CE928F (or 0xCE928F) is known color: Petite Orchid. HEX triplet: CE, 92 and 8F. RGB value is (206,146,143). Sum of RGB (Red+Green+Blue) = 206+146+143=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 146 (57.42% from 255 or 29.49% from 495); Blue value is 143 (56.25% from 255 or 28.89% from 495); Max value from RGB is 206 - color contains mainly: red. Hex color #CE928F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE928F is #316D70. Grayscale: #A3A3A3. Windows color (decimal): -3239281 or 9409230. OLE color: 9409230.
HSL color Cylindrical-coordinate representation of color #CE928F: hue angle of 2.86º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CE928F is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 146 | 143 | - |
| CMYK | 0 | 0.29 | 0.31 | 0.19 |
| HSL | 2.86º | 0.39% | 0.68% | - |
| HSV(B) | 2.86º | 0.31% | 0.81% | - |
| XYZ | 40.69 | 35.66 | 30.73 | - |
| YUV | 163.6 | 116.38 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 146 | 143 | 0 | 0.29 | 0.31 | 0.19 | 2.86 | 0.39 | 0.68 |
| Hex | CE | 92 | 8F | 0 | 1D | 1F | 13 | 3 | 27 | 44 |
| Octal | 316 | 222 | 217 | 0 | 35 | 37 | 23 | 3 | 47 | 104 |
| Binary | 11001110 | 10010010 | 10001111 | 0 | 11101 | 11111 | 10011 | 11 | 100111 | 1000100 |
Color Harmonies of #CE928F
Complementary color
Monochromatic Colors of #CE928F
Black with #CE928F
Text Example
Text Example
White with #CE928F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE928F; }
p { color: rgb(206,146,143); }
H1.HeaderClassName
{
color: #CE928F;
}
.AnyTagClassName
{
color: #CE928F;
}
</style>
background-color css
<style>
a { background-color: #CE928F; }
a { background-color: rgb(206,146,143); }
div.DivClassName
{
background-color: #CE928F;
}
.BgClassName
{
background-color: #CE928F;
}
</style>
border-color css
<style>
span { border-color: #CE928F; }
span { border-color: rgb(206,146,143); }
td.TdClassName
{
border-color: #CE928F;
}
.TagClassName
{
border-color: #CE928F;
}
</style>