Shades of Orchid #C66ED2
Tints of Orchid #C66ED2
RGB
CMYK
RGB Variations
Color information
#C66ED2 (or 0xC66ED2) is known color: Orchid. HEX triplet: C6, 6E and D2. RGB value is (198,110,210). Sum of RGB (Red+Green+Blue) = 198+110+210=518 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.22% from 518); Green value is 110 (43.36% from 255 or 21.24% from 518); Blue value is 210 (82.42% from 255 or 40.54% from 518); Max value from RGB is 210 - color contains mainly: blue. Hex color #C66ED2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66ED2 is #39912D. Grayscale: #939393. Windows color (decimal): -3772718 or 13790918. OLE color: 13790918.
HSL color Cylindrical-coordinate representation of color #C66ED2: hue angle of 292.8º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C66ED2 is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 110 | 210 | - |
| CMYK | 0.06 | 0.48 | 0 | 0.18 |
| HSL | 292.8º | 0.53% | 0.63% | - |
| HSV(B) | 292.8º | 0.48% | 0.82% | - |
| XYZ | 40.5 | 27.81 | 64.21 | - |
| YUV | 147.71 | 163.15 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 110 | 210 | 0.06 | 0.48 | 0 | 0.18 | 292.8 | 0.53 | 0.63 |
| Hex | C6 | 6E | D2 | 6 | 30 | 0 | 12 | 125 | 35 | 3F |
| Octal | 306 | 156 | 322 | 6 | 60 | 0 | 22 | 445 | 65 | 77 |
| Binary | 11000110 | 1101110 | 11010010 | 110 | 110000 | 0 | 10010 | 100100101 | 110101 | 111111 |
Color Harmonies of #C66ED2
Complementary color
Monochromatic Colors of #C66ED2
Black with #C66ED2
Text Example
Text Example
White with #C66ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66ED2; }
p { color: rgb(198,110,210); }
H1.HeaderClassName
{
color: #C66ED2;
}
.AnyTagClassName
{
color: #C66ED2;
}
</style>
background-color css
<style>
a { background-color: #C66ED2; }
a { background-color: rgb(198,110,210); }
div.DivClassName
{
background-color: #C66ED2;
}
.BgClassName
{
background-color: #C66ED2;
}
</style>
border-color css
<style>
span { border-color: #C66ED2; }
span { border-color: rgb(198,110,210); }
td.TdClassName
{
border-color: #C66ED2;
}
.TagClassName
{
border-color: #C66ED2;
}
</style>