Shades of Orchid #C66ECE
Tints of Orchid #C66ECE
RGB
CMYK
RGB Variations
Color information
#C66ECE (or 0xC66ECE) is known color: Orchid. HEX triplet: C6, 6E and CE. RGB value is (198,110,206). Sum of RGB (Red+Green+Blue) = 198+110+206=514 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.52% from 514); Green value is 110 (43.36% from 255 or 21.40% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 206 - color contains mainly: blue. Hex color #C66ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66ECE is #399131. Grayscale: #929292. Windows color (decimal): -3772722 or 13528774. OLE color: 13528774.
HSL color Cylindrical-coordinate representation of color #C66ECE: hue angle of 295º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C66ECE is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 110 | 206 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.19 |
| HSL | 295º | 0.49% | 0.62% | - |
| HSV(B) | 295º | 0.47% | 0.81% | - |
| XYZ | 40.01 | 27.61 | 61.61 | - |
| YUV | 147.26 | 161.15 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 110 | 206 | 0.04 | 0.47 | 0 | 0.19 | 295 | 0.49 | 0.62 |
| Hex | C6 | 6E | CE | 4 | 2F | 0 | 13 | 127 | 31 | 3E |
| Octal | 306 | 156 | 316 | 4 | 57 | 0 | 23 | 447 | 61 | 76 |
| Binary | 11000110 | 1101110 | 11001110 | 100 | 101111 | 0 | 10011 | 100100111 | 110001 | 111110 |
Color Harmonies of #C66ECE
Complementary color
Monochromatic Colors of #C66ECE
Black with #C66ECE
Text Example
Text Example
White with #C66ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66ECE; }
p { color: rgb(198,110,206); }
H1.HeaderClassName
{
color: #C66ECE;
}
.AnyTagClassName
{
color: #C66ECE;
}
</style>
background-color css
<style>
a { background-color: #C66ECE; }
a { background-color: rgb(198,110,206); }
div.DivClassName
{
background-color: #C66ECE;
}
.BgClassName
{
background-color: #C66ECE;
}
</style>
border-color css
<style>
span { border-color: #C66ECE; }
span { border-color: rgb(198,110,206); }
td.TdClassName
{
border-color: #C66ECE;
}
.TagClassName
{
border-color: #C66ECE;
}
</style>