Shades of Orchid #C66ECC
Tints of Orchid #C66ECC
RGB
CMYK
RGB Variations
Color information
#C66ECC (or 0xC66ECC) is known color: Orchid. HEX triplet: C6, 6E and CC. RGB value is (198,110,204). Sum of RGB (Red+Green+Blue) = 198+110+204=512 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.67% from 512); Green value is 110 (43.36% from 255 or 21.48% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 204 - color contains mainly: blue. Hex color #C66ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66ECC is #399133. Grayscale: #929292. Windows color (decimal): -3772724 or 13397702. OLE color: 13397702.
HSL color Cylindrical-coordinate representation of color #C66ECC: hue angle of 296.17º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C66ECC is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 198 | 110 | 204 | - |
| CMYK | 0.03 | 0.46 | 0 | 0.2 |
| HSL | 296.17º | 0.48% | 0.62% | - |
| HSV(B) | 296.17º | 0.46% | 0.8% | - |
| XYZ | 39.76 | 27.52 | 60.34 | - |
| YUV | 147.03 | 160.15 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 110 | 204 | 0.03 | 0.46 | 0 | 0.2 | 296.17 | 0.48 | 0.62 |
| Hex | C6 | 6E | CC | 3 | 2E | 0 | 14 | 128 | 30 | 3E |
| Octal | 306 | 156 | 314 | 3 | 56 | 0 | 24 | 450 | 60 | 76 |
| Binary | 11000110 | 1101110 | 11001100 | 11 | 101110 | 0 | 10100 | 100101000 | 110000 | 111110 |
Color Harmonies of #C66ECC
Complementary color
Monochromatic Colors of #C66ECC
Black with #C66ECC
Text Example
Text Example
White with #C66ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66ECC; }
p { color: rgb(198,110,204); }
H1.HeaderClassName
{
color: #C66ECC;
}
.AnyTagClassName
{
color: #C66ECC;
}
</style>
background-color css
<style>
a { background-color: #C66ECC; }
a { background-color: rgb(198,110,204); }
div.DivClassName
{
background-color: #C66ECC;
}
.BgClassName
{
background-color: #C66ECC;
}
</style>
border-color css
<style>
span { border-color: #C66ECC; }
span { border-color: rgb(198,110,204); }
td.TdClassName
{
border-color: #C66ECC;
}
.TagClassName
{
border-color: #C66ECC;
}
</style>