Shades of Orchid #C66CC8
Tints of Orchid #C66CC8
RGB
CMYK
RGB Variations
Color information
#C66CC8 (or 0xC66CC8) is known color: Orchid. HEX triplet: C6, 6C and C8. RGB value is (198,108,200). Sum of RGB (Red+Green+Blue) = 198+108+200=506 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.13% from 506); Green value is 108 (42.58% from 255 or 21.34% from 506); Blue value is 200 (78.52% from 255 or 39.53% from 506); Max value from RGB is 200 - color contains mainly: blue. Hex color #C66CC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66CC8 is #399337. Grayscale: #919191. Windows color (decimal): -3773240 or 13135046. OLE color: 13135046.
HSL color Cylindrical-coordinate representation of color #C66CC8: hue angle of 298.7º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C66CC8 is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 108 | 200 | - |
| CMYK | 0.01 | 0.46 | 0 | 0.22 |
| HSL | 298.7º | 0.46% | 0.6% | - |
| HSV(B) | 298.7º | 0.46% | 0.78% | - |
| XYZ | 39.08 | 26.9 | 57.78 | - |
| YUV | 145.4 | 158.82 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 108 | 200 | 0.01 | 0.46 | 0 | 0.22 | 298.7 | 0.46 | 0.6 |
| Hex | C6 | 6C | C8 | 1 | 2E | 0 | 16 | 12B | 2E | 3C |
| Octal | 306 | 154 | 310 | 1 | 56 | 0 | 26 | 453 | 56 | 74 |
| Binary | 11000110 | 1101100 | 11001000 | 1 | 101110 | 0 | 10110 | 100101011 | 101110 | 111100 |
Color Harmonies of #C66CC8
Complementary color
Monochromatic Colors of #C66CC8
Black with #C66CC8
Text Example
Text Example
White with #C66CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66CC8; }
p { color: rgb(198,108,200); }
H1.HeaderClassName
{
color: #C66CC8;
}
.AnyTagClassName
{
color: #C66CC8;
}
</style>
background-color css
<style>
a { background-color: #C66CC8; }
a { background-color: rgb(198,108,200); }
div.DivClassName
{
background-color: #C66CC8;
}
.BgClassName
{
background-color: #C66CC8;
}
</style>
border-color css
<style>
span { border-color: #C66CC8; }
span { border-color: rgb(198,108,200); }
td.TdClassName
{
border-color: #C66CC8;
}
.TagClassName
{
border-color: #C66CC8;
}
</style>