Shades of Orchid #CE82CD
Tints of Orchid #CE82CD
RGB
CMYK
RGB Variations
Color information
#CE82CD (or 0xCE82CD) is known color: Orchid. HEX triplet: CE, 82 and CD. RGB value is (206,130,205). Sum of RGB (Red+Green+Blue) = 206+130+205=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 130 (51.17% from 255 or 24.03% from 541); Blue value is 205 (80.47% from 255 or 37.89% from 541); Max value from RGB is 206 - color contains mainly: red. Hex color #CE82CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE82CD is #317D32. Grayscale: #A1A1A1. Windows color (decimal): -3243315 or 13468366. OLE color: 13468366.
HSL color Cylindrical-coordinate representation of color #CE82CD: hue angle of 300.79º 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 #CE82CD is Cyan = 0, Magento = 0.37, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 130 | 205 | - |
| CMYK | 0 | 0.37 | 0.00 | 0.19 |
| HSL | 300.79º | 0.44% | 0.66% | - |
| HSV(B) | 300.79º | 0.37% | 0.81% | - |
| XYZ | 44.46 | 33.49 | 61.88 | - |
| YUV | 161.27 | 152.68 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 130 | 205 | 0 | 0.37 | 0.00 | 0.19 | 300.79 | 0.44 | 0.66 |
| Hex | CE | 82 | CD | 0 | 25 | 0 | 13 | 12D | 2C | 42 |
| Octal | 316 | 202 | 315 | 0 | 45 | 0 | 23 | 455 | 54 | 102 |
| Binary | 11001110 | 10000010 | 11001101 | 0 | 100101 | 0 | 10011 | 100101101 | 101100 | 1000010 |
Color Harmonies of #CE82CD
Complementary color
Monochromatic Colors of #CE82CD
Black with #CE82CD
Text Example
Text Example
White with #CE82CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE82CD; }
p { color: rgb(206,130,205); }
H1.HeaderClassName
{
color: #CE82CD;
}
.AnyTagClassName
{
color: #CE82CD;
}
</style>
background-color css
<style>
a { background-color: #CE82CD; }
a { background-color: rgb(206,130,205); }
div.DivClassName
{
background-color: #CE82CD;
}
.BgClassName
{
background-color: #CE82CD;
}
</style>
border-color css
<style>
span { border-color: #CE82CD; }
span { border-color: rgb(206,130,205); }
td.TdClassName
{
border-color: #CE82CD;
}
.TagClassName
{
border-color: #CE82CD;
}
</style>