Shades of Orchid #CE81CB
Tints of Orchid #CE81CB
RGB
CMYK
RGB Variations
Color information
#CE81CB (or 0xCE81CB) is known color: Orchid. HEX triplet: CE, 81 and CB. RGB value is (206,129,203). Sum of RGB (Red+Green+Blue) = 206+129+203=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 129 (50.78% from 255 or 23.98% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 206 - color contains mainly: red. Hex color #CE81CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE81CB is #317E34. Grayscale: #A0A0A0. Windows color (decimal): -3243573 or 13337038. OLE color: 13337038.
HSL color Cylindrical-coordinate representation of color #CE81CB: hue angle of 302.34º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CE81CB is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 129 | 203 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.19 |
| HSL | 302.34º | 0.44% | 0.66% | - |
| HSV(B) | 302.34º | 0.37% | 0.81% | - |
| XYZ | 44.08 | 33.13 | 60.57 | - |
| YUV | 160.46 | 152.01 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 129 | 203 | 0 | 0.37 | 0.01 | 0.19 | 302.34 | 0.44 | 0.66 |
| Hex | CE | 81 | CB | 0 | 25 | 1 | 13 | 12E | 2C | 42 |
| Octal | 316 | 201 | 313 | 0 | 45 | 1 | 23 | 456 | 54 | 102 |
| Binary | 11001110 | 10000001 | 11001011 | 0 | 100101 | 1 | 10011 | 100101110 | 101100 | 1000010 |
Color Harmonies of #CE81CB
Complementary color
Monochromatic Colors of #CE81CB
Black with #CE81CB
Text Example
Text Example
White with #CE81CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE81CB; }
p { color: rgb(206,129,203); }
H1.HeaderClassName
{
color: #CE81CB;
}
.AnyTagClassName
{
color: #CE81CB;
}
</style>
background-color css
<style>
a { background-color: #CE81CB; }
a { background-color: rgb(206,129,203); }
div.DivClassName
{
background-color: #CE81CB;
}
.BgClassName
{
background-color: #CE81CB;
}
</style>
border-color css
<style>
span { border-color: #CE81CB; }
span { border-color: rgb(206,129,203); }
td.TdClassName
{
border-color: #CE81CB;
}
.TagClassName
{
border-color: #CE81CB;
}
</style>