Shades of Orchid #CE6CC0
Tints of Orchid #CE6CC0
RGB
CMYK
RGB Variations
Color information
#CE6CC0 (or 0xCE6CC0) is known color: Orchid. HEX triplet: CE, 6C and C0. RGB value is (206,108,192). Sum of RGB (Red+Green+Blue) = 206+108+192=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 108 (42.58% from 255 or 21.34% from 506); Blue value is 192 (75.39% from 255 or 37.94% from 506); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6CC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6CC0 is #31933F. Grayscale: #929292. Windows color (decimal): -3248960 or 12610766. OLE color: 12610766.
HSL color Cylindrical-coordinate representation of color #CE6CC0: hue angle of 308.57º 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 #CE6CC0 is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 108 | 192 | - |
| CMYK | 0 | 0.48 | 0.07 | 0.19 |
| HSL | 308.57º | 0.5% | 0.62% | - |
| HSV(B) | 308.57º | 0.48% | 0.81% | - |
| XYZ | 40.33 | 27.65 | 53.08 | - |
| YUV | 146.88 | 153.47 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 108 | 192 | 0 | 0.48 | 0.07 | 0.19 | 308.57 | 0.5 | 0.62 |
| Hex | CE | 6C | C0 | 0 | 30 | 7 | 13 | 135 | 32 | 3E |
| Octal | 316 | 154 | 300 | 0 | 60 | 7 | 23 | 465 | 62 | 76 |
| Binary | 11001110 | 1101100 | 11000000 | 0 | 110000 | 111 | 10011 | 100110101 | 110010 | 111110 |
Color Harmonies of #CE6CC0
Complementary color
Monochromatic Colors of #CE6CC0
Black with #CE6CC0
Text Example
Text Example
White with #CE6CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6CC0; }
p { color: rgb(206,108,192); }
H1.HeaderClassName
{
color: #CE6CC0;
}
.AnyTagClassName
{
color: #CE6CC0;
}
</style>
background-color css
<style>
a { background-color: #CE6CC0; }
a { background-color: rgb(206,108,192); }
div.DivClassName
{
background-color: #CE6CC0;
}
.BgClassName
{
background-color: #CE6CC0;
}
</style>
border-color css
<style>
span { border-color: #CE6CC0; }
span { border-color: rgb(206,108,192); }
td.TdClassName
{
border-color: #CE6CC0;
}
.TagClassName
{
border-color: #CE6CC0;
}
</style>