Shades of Orchid #CE7CCA
Tints of Orchid #CE7CCA
RGB
CMYK
RGB Variations
Color information
#CE7CCA (or 0xCE7CCA) is known color: Orchid. HEX triplet: CE, 7C and CA. RGB value is (206,124,202). Sum of RGB (Red+Green+Blue) = 206+124+202=532 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.72% from 532); Green value is 124 (48.83% from 255 or 23.31% from 532); Blue value is 202 (79.30% from 255 or 37.97% from 532); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7CCA is #318335. Grayscale: #9D9D9D. Windows color (decimal): -3244854 or 13270222. OLE color: 13270222.
HSL color Cylindrical-coordinate representation of color #CE7CCA: hue angle of 302.93º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE7CCA is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 124 | 202 | - |
| CMYK | 0 | 0.40 | 0.02 | 0.19 |
| HSL | 302.93º | 0.46% | 0.65% | - |
| HSV(B) | 302.93º | 0.4% | 0.81% | - |
| XYZ | 43.32 | 31.8 | 59.73 | - |
| YUV | 157.41 | 153.17 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 124 | 202 | 0 | 0.40 | 0.02 | 0.19 | 302.93 | 0.46 | 0.65 |
| Hex | CE | 7C | CA | 0 | 28 | 2 | 13 | 12F | 2E | 41 |
| Octal | 316 | 174 | 312 | 0 | 50 | 2 | 23 | 457 | 56 | 101 |
| Binary | 11001110 | 1111100 | 11001010 | 0 | 101000 | 10 | 10011 | 100101111 | 101110 | 1000001 |
Color Harmonies of #CE7CCA
Complementary color
Monochromatic Colors of #CE7CCA
Black with #CE7CCA
Text Example
Text Example
White with #CE7CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7CCA; }
p { color: rgb(206,124,202); }
H1.HeaderClassName
{
color: #CE7CCA;
}
.AnyTagClassName
{
color: #CE7CCA;
}
</style>
background-color css
<style>
a { background-color: #CE7CCA; }
a { background-color: rgb(206,124,202); }
div.DivClassName
{
background-color: #CE7CCA;
}
.BgClassName
{
background-color: #CE7CCA;
}
</style>
border-color css
<style>
span { border-color: #CE7CCA; }
span { border-color: rgb(206,124,202); }
td.TdClassName
{
border-color: #CE7CCA;
}
.TagClassName
{
border-color: #CE7CCA;
}
</style>