Shades of Orchid #C66ED0
Tints of Orchid #C66ED0
RGB
CMYK
RGB Variations
Color information
#C66ED0 (or 0xC66ED0) is known color: Orchid. HEX triplet: C6, 6E and D0. RGB value is (198,110,208). Sum of RGB (Red+Green+Blue) = 198+110+208=516 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.37% from 516); Green value is 110 (43.36% from 255 or 21.32% from 516); Blue value is 208 (81.64% from 255 or 40.31% from 516); Max value from RGB is 208 - color contains mainly: blue. Hex color #C66ED0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66ED0 is #39912F. Grayscale: #939393. Windows color (decimal): -3772720 or 13659846. OLE color: 13659846.
HSL color Cylindrical-coordinate representation of color #C66ED0: hue angle of 293.88º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C66ED0 is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 110 | 208 | - |
| CMYK | 0.05 | 0.47 | 0 | 0.18 |
| HSL | 293.88º | 0.51% | 0.62% | - |
| HSV(B) | 293.88º | 0.47% | 0.82% | - |
| XYZ | 40.25 | 27.71 | 62.9 | - |
| YUV | 147.48 | 162.15 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 110 | 208 | 0.05 | 0.47 | 0 | 0.18 | 293.88 | 0.51 | 0.62 |
| Hex | C6 | 6E | D0 | 5 | 2F | 0 | 12 | 126 | 33 | 3E |
| Octal | 306 | 156 | 320 | 5 | 57 | 0 | 22 | 446 | 63 | 76 |
| Binary | 11000110 | 1101110 | 11010000 | 101 | 101111 | 0 | 10010 | 100100110 | 110011 | 111110 |
Color Harmonies of #C66ED0
Complementary color
Monochromatic Colors of #C66ED0
Black with #C66ED0
Text Example
Text Example
White with #C66ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66ED0; }
p { color: rgb(198,110,208); }
H1.HeaderClassName
{
color: #C66ED0;
}
.AnyTagClassName
{
color: #C66ED0;
}
</style>
background-color css
<style>
a { background-color: #C66ED0; }
a { background-color: rgb(198,110,208); }
div.DivClassName
{
background-color: #C66ED0;
}
.BgClassName
{
background-color: #C66ED0;
}
</style>
border-color css
<style>
span { border-color: #C66ED0; }
span { border-color: rgb(198,110,208); }
td.TdClassName
{
border-color: #C66ED0;
}
.TagClassName
{
border-color: #C66ED0;
}
</style>