Shades of Orchid #CE6CCA
Tints of Orchid #CE6CCA
RGB
CMYK
RGB Variations
Color information
#CE6CCA (or 0xCE6CCA) is known color: Orchid. HEX triplet: CE, 6C and CA. RGB value is (206,108,202). Sum of RGB (Red+Green+Blue) = 206+108+202=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 108 (42.58% from 255 or 20.93% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6CCA is #319335. Grayscale: #939393. Windows color (decimal): -3248950 or 13266126. OLE color: 13266126.
HSL color Cylindrical-coordinate representation of color #CE6CCA: hue angle of 302.45º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE6CCA is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 108 | 202 | - |
| CMYK | 0 | 0.48 | 0.02 | 0.19 |
| HSL | 302.45º | 0.5% | 0.62% | - |
| HSV(B) | 302.45º | 0.48% | 0.81% | - |
| XYZ | 41.48 | 28.11 | 59.12 | - |
| YUV | 148.02 | 158.47 | 169.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 108 | 202 | 0 | 0.48 | 0.02 | 0.19 | 302.45 | 0.5 | 0.62 |
| Hex | CE | 6C | CA | 0 | 30 | 2 | 13 | 12E | 32 | 3E |
| Octal | 316 | 154 | 312 | 0 | 60 | 2 | 23 | 456 | 62 | 76 |
| Binary | 11001110 | 1101100 | 11001010 | 0 | 110000 | 10 | 10011 | 100101110 | 110010 | 111110 |
Color Harmonies of #CE6CCA
Complementary color
Monochromatic Colors of #CE6CCA
Black with #CE6CCA
Text Example
Text Example
White with #CE6CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6CCA; }
p { color: rgb(206,108,202); }
H1.HeaderClassName
{
color: #CE6CCA;
}
.AnyTagClassName
{
color: #CE6CCA;
}
</style>
background-color css
<style>
a { background-color: #CE6CCA; }
a { background-color: rgb(206,108,202); }
div.DivClassName
{
background-color: #CE6CCA;
}
.BgClassName
{
background-color: #CE6CCA;
}
</style>
border-color css
<style>
span { border-color: #CE6CCA; }
span { border-color: rgb(206,108,202); }
td.TdClassName
{
border-color: #CE6CCA;
}
.TagClassName
{
border-color: #CE6CCA;
}
</style>