Shades of Orchid #C66DCF
Tints of Orchid #C66DCF
RGB
CMYK
RGB Variations
Color information
#C66DCF (or 0xC66DCF) is known color: Orchid. HEX triplet: C6, 6D and CF. RGB value is (198,109,207). Sum of RGB (Red+Green+Blue) = 198+109+207=514 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.52% from 514); Green value is 109 (42.97% from 255 or 21.21% from 514); Blue value is 207 (81.25% from 255 or 40.27% from 514); Max value from RGB is 207 - color contains mainly: blue. Hex color #C66DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66DCF is #399230. Grayscale: #929292. Windows color (decimal): -3772977 or 13594054. OLE color: 13594054.
HSL color Cylindrical-coordinate representation of color #C66DCF: hue angle of 294.49º degrees, saturation: 0.51, 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 #C66DCF is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 109 | 207 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.19 |
| HSL | 294.49º | 0.51% | 0.62% | - |
| HSV(B) | 294.49º | 0.47% | 0.81% | - |
| XYZ | 40.02 | 27.45 | 62.22 | - |
| YUV | 146.78 | 161.99 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 109 | 207 | 0.04 | 0.47 | 0 | 0.19 | 294.49 | 0.51 | 0.62 |
| Hex | C6 | 6D | CF | 4 | 2F | 0 | 13 | 126 | 33 | 3E |
| Octal | 306 | 155 | 317 | 4 | 57 | 0 | 23 | 446 | 63 | 76 |
| Binary | 11000110 | 1101101 | 11001111 | 100 | 101111 | 0 | 10011 | 100100110 | 110011 | 111110 |
Color Harmonies of #C66DCF
Complementary color
Monochromatic Colors of #C66DCF
Black with #C66DCF
Text Example
Text Example
White with #C66DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66DCF; }
p { color: rgb(198,109,207); }
H1.HeaderClassName
{
color: #C66DCF;
}
.AnyTagClassName
{
color: #C66DCF;
}
</style>
background-color css
<style>
a { background-color: #C66DCF; }
a { background-color: rgb(198,109,207); }
div.DivClassName
{
background-color: #C66DCF;
}
.BgClassName
{
background-color: #C66DCF;
}
</style>
border-color css
<style>
span { border-color: #C66DCF; }
span { border-color: rgb(198,109,207); }
td.TdClassName
{
border-color: #C66DCF;
}
.TagClassName
{
border-color: #C66DCF;
}
</style>