Shades of Orchid #CE81CD
Tints of Orchid #CE81CD
RGB
CMYK
RGB Variations
Color information
#CE81CD (or 0xCE81CD) is known color: Orchid. HEX triplet: CE, 81 and CD. RGB value is (206,129,205). Sum of RGB (Red+Green+Blue) = 206+129+205=540 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.15% from 540); Green value is 129 (50.78% from 255 or 23.89% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 206 - color contains mainly: red. Hex color #CE81CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE81CD is #317E32. Grayscale: #A0A0A0. Windows color (decimal): -3243571 or 13468110. OLE color: 13468110.
HSL color Cylindrical-coordinate representation of color #CE81CD: hue angle of 300.78º 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 #CE81CD is Cyan = 0, Magento = 0.37, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 129 | 205 | - |
| CMYK | 0 | 0.37 | 0.00 | 0.19 |
| HSL | 300.78º | 0.44% | 0.66% | - |
| HSV(B) | 300.78º | 0.37% | 0.81% | - |
| XYZ | 44.32 | 33.23 | 61.84 | - |
| YUV | 160.69 | 153.01 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 129 | 205 | 0 | 0.37 | 0.00 | 0.19 | 300.78 | 0.44 | 0.66 |
| Hex | CE | 81 | CD | 0 | 25 | 0 | 13 | 12D | 2C | 42 |
| Octal | 316 | 201 | 315 | 0 | 45 | 0 | 23 | 455 | 54 | 102 |
| Binary | 11001110 | 10000001 | 11001101 | 0 | 100101 | 0 | 10011 | 100101101 | 101100 | 1000010 |
Color Harmonies of #CE81CD
Complementary color
Monochromatic Colors of #CE81CD
Black with #CE81CD
Text Example
Text Example
White with #CE81CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE81CD; }
p { color: rgb(206,129,205); }
H1.HeaderClassName
{
color: #CE81CD;
}
.AnyTagClassName
{
color: #CE81CD;
}
</style>
background-color css
<style>
a { background-color: #CE81CD; }
a { background-color: rgb(206,129,205); }
div.DivClassName
{
background-color: #CE81CD;
}
.BgClassName
{
background-color: #CE81CD;
}
</style>
border-color css
<style>
span { border-color: #CE81CD; }
span { border-color: rgb(206,129,205); }
td.TdClassName
{
border-color: #CE81CD;
}
.TagClassName
{
border-color: #CE81CD;
}
</style>