Shades of Orchid #C66DCC
Tints of Orchid #C66DCC
RGB
CMYK
RGB Variations
Color information
#C66DCC (or 0xC66DCC) is known color: Orchid. HEX triplet: C6, 6D and CC. RGB value is (198,109,204). Sum of RGB (Red+Green+Blue) = 198+109+204=511 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.75% from 511); Green value is 109 (42.97% from 255 or 21.33% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 204 - color contains mainly: blue. Hex color #C66DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66DCC is #399233. Grayscale: #929292. Windows color (decimal): -3772980 or 13397446. OLE color: 13397446.
HSL color Cylindrical-coordinate representation of color #C66DCC: hue angle of 296.21º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C66DCC is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 198 | 109 | 204 | - |
| CMYK | 0.03 | 0.47 | 0 | 0.2 |
| HSL | 296.21º | 0.48% | 0.61% | - |
| HSV(B) | 296.21º | 0.47% | 0.8% | - |
| XYZ | 39.66 | 27.3 | 60.31 | - |
| YUV | 146.44 | 160.49 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 109 | 204 | 0.03 | 0.47 | 0 | 0.2 | 296.21 | 0.48 | 0.61 |
| Hex | C6 | 6D | CC | 3 | 2F | 0 | 14 | 128 | 30 | 3D |
| Octal | 306 | 155 | 314 | 3 | 57 | 0 | 24 | 450 | 60 | 75 |
| Binary | 11000110 | 1101101 | 11001100 | 11 | 101111 | 0 | 10100 | 100101000 | 110000 | 111101 |
Color Harmonies of #C66DCC
Complementary color
Monochromatic Colors of #C66DCC
Black with #C66DCC
Text Example
Text Example
White with #C66DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66DCC; }
p { color: rgb(198,109,204); }
H1.HeaderClassName
{
color: #C66DCC;
}
.AnyTagClassName
{
color: #C66DCC;
}
</style>
background-color css
<style>
a { background-color: #C66DCC; }
a { background-color: rgb(198,109,204); }
div.DivClassName
{
background-color: #C66DCC;
}
.BgClassName
{
background-color: #C66DCC;
}
</style>
border-color css
<style>
span { border-color: #C66DCC; }
span { border-color: rgb(198,109,204); }
td.TdClassName
{
border-color: #C66DCC;
}
.TagClassName
{
border-color: #C66DCC;
}
</style>