Shades of Orchid #C66DCD
Tints of Orchid #C66DCD
RGB
CMYK
RGB Variations
Color information
#C66DCD (or 0xC66DCD) is known color: Orchid. HEX triplet: C6, 6D and CD. RGB value is (198,109,205). Sum of RGB (Red+Green+Blue) = 198+109+205=512 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.67% from 512); Green value is 109 (42.97% from 255 or 21.29% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 205 - color contains mainly: blue. Hex color #C66DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66DCD is #399232. Grayscale: #929292. Windows color (decimal): -3772979 or 13462982. OLE color: 13462982.
HSL color Cylindrical-coordinate representation of color #C66DCD: hue angle of 295.62º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C66DCD is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 109 | 205 | - |
| CMYK | 0.03 | 0.47 | 0 | 0.20 |
| HSL | 295.63º | 0.49% | 0.62% | - |
| HSV(B) | 295.63º | 0.47% | 0.8% | - |
| XYZ | 39.78 | 27.35 | 60.94 | - |
| YUV | 146.56 | 160.99 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 109 | 205 | 0.03 | 0.47 | 0 | 0.20 | 295.63 | 0.49 | 0.62 |
| Hex | C6 | 6D | CD | 3 | 2F | 0 | 14 | 128 | 31 | 3E |
| Octal | 306 | 155 | 315 | 3 | 57 | 0 | 24 | 450 | 61 | 76 |
| Binary | 11000110 | 1101101 | 11001101 | 11 | 101111 | 0 | 10100 | 100101000 | 110001 | 111110 |
Color Harmonies of #C66DCD
Complementary color
Monochromatic Colors of #C66DCD
Black with #C66DCD
Text Example
Text Example
White with #C66DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66DCD; }
p { color: rgb(198,109,205); }
H1.HeaderClassName
{
color: #C66DCD;
}
.AnyTagClassName
{
color: #C66DCD;
}
</style>
background-color css
<style>
a { background-color: #C66DCD; }
a { background-color: rgb(198,109,205); }
div.DivClassName
{
background-color: #C66DCD;
}
.BgClassName
{
background-color: #C66DCD;
}
</style>
border-color css
<style>
span { border-color: #C66DCD; }
span { border-color: rgb(198,109,205); }
td.TdClassName
{
border-color: #C66DCD;
}
.TagClassName
{
border-color: #C66DCD;
}
</style>