Shades of Orchid #CE81CA
Tints of Orchid #CE81CA
RGB
CMYK
RGB Variations
Color information
#CE81CA (or 0xCE81CA) is known color: Orchid. HEX triplet: CE, 81 and CA. RGB value is (206,129,202). Sum of RGB (Red+Green+Blue) = 206+129+202=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 129 (50.78% from 255 or 24.02% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 206 - color contains mainly: red. Hex color #CE81CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE81CA is #317E35. Grayscale: #A0A0A0. Windows color (decimal): -3243574 or 13271502. OLE color: 13271502.
HSL color Cylindrical-coordinate representation of color #CE81CA: hue angle of 303.12º 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 #CE81CA is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 129 | 202 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.19 |
| HSL | 303.12º | 0.44% | 0.66% | - |
| HSV(B) | 303.12º | 0.37% | 0.81% | - |
| XYZ | 43.96 | 33.09 | 59.95 | - |
| YUV | 160.35 | 151.51 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 129 | 202 | 0 | 0.37 | 0.02 | 0.19 | 303.12 | 0.44 | 0.66 |
| Hex | CE | 81 | CA | 0 | 25 | 2 | 13 | 12F | 2C | 42 |
| Octal | 316 | 201 | 312 | 0 | 45 | 2 | 23 | 457 | 54 | 102 |
| Binary | 11001110 | 10000001 | 11001010 | 0 | 100101 | 10 | 10011 | 100101111 | 101100 | 1000010 |
Color Harmonies of #CE81CA
Complementary color
Monochromatic Colors of #CE81CA
Black with #CE81CA
Text Example
Text Example
White with #CE81CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE81CA; }
p { color: rgb(206,129,202); }
H1.HeaderClassName
{
color: #CE81CA;
}
.AnyTagClassName
{
color: #CE81CA;
}
</style>
background-color css
<style>
a { background-color: #CE81CA; }
a { background-color: rgb(206,129,202); }
div.DivClassName
{
background-color: #CE81CA;
}
.BgClassName
{
background-color: #CE81CA;
}
</style>
border-color css
<style>
span { border-color: #CE81CA; }
span { border-color: rgb(206,129,202); }
td.TdClassName
{
border-color: #CE81CA;
}
.TagClassName
{
border-color: #CE81CA;
}
</style>