Shades of Orchid #CE7DCC
Tints of Orchid #CE7DCC
RGB
CMYK
RGB Variations
Color information
#CE7DCC (or 0xCE7DCC) is known color: Orchid. HEX triplet: CE, 7D and CC. RGB value is (206,125,204). Sum of RGB (Red+Green+Blue) = 206+125+204=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 125 (49.22% from 255 or 23.36% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7DCC is #318233. Grayscale: #9D9D9D. Windows color (decimal): -3244596 or 13401550. OLE color: 13401550.
HSL color Cylindrical-coordinate representation of color #CE7DCC: hue angle of 301.48º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CE7DCC is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 125 | 204 | - |
| CMYK | 0 | 0.39 | 0.01 | 0.19 |
| HSL | 301.48º | 0.45% | 0.65% | - |
| HSV(B) | 301.48º | 0.39% | 0.81% | - |
| XYZ | 43.69 | 32.15 | 61.03 | - |
| YUV | 158.23 | 153.84 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 125 | 204 | 0 | 0.39 | 0.01 | 0.19 | 301.48 | 0.45 | 0.65 |
| Hex | CE | 7D | CC | 0 | 27 | 1 | 13 | 12D | 2D | 41 |
| Octal | 316 | 175 | 314 | 0 | 47 | 1 | 23 | 455 | 55 | 101 |
| Binary | 11001110 | 1111101 | 11001100 | 0 | 100111 | 1 | 10011 | 100101101 | 101101 | 1000001 |
Color Harmonies of #CE7DCC
Complementary color
Monochromatic Colors of #CE7DCC
Black with #CE7DCC
Text Example
Text Example
White with #CE7DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7DCC; }
p { color: rgb(206,125,204); }
H1.HeaderClassName
{
color: #CE7DCC;
}
.AnyTagClassName
{
color: #CE7DCC;
}
</style>
background-color css
<style>
a { background-color: #CE7DCC; }
a { background-color: rgb(206,125,204); }
div.DivClassName
{
background-color: #CE7DCC;
}
.BgClassName
{
background-color: #CE7DCC;
}
</style>
border-color css
<style>
span { border-color: #CE7DCC; }
span { border-color: rgb(206,125,204); }
td.TdClassName
{
border-color: #CE7DCC;
}
.TagClassName
{
border-color: #CE7DCC;
}
</style>