Shades of Orchid #C66DC7
Tints of Orchid #C66DC7
RGB
CMYK
RGB Variations
Color information
#C66DC7 (or 0xC66DC7) is known color: Orchid. HEX triplet: C6, 6D and C7. RGB value is (198,109,199). Sum of RGB (Red+Green+Blue) = 198+109+199=506 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.13% from 506); Green value is 109 (42.97% from 255 or 21.54% from 506); Blue value is 199 (78.12% from 255 or 39.33% from 506); Max value from RGB is 199 - color contains mainly: blue. Hex color #C66DC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66DC7 is #399238. Grayscale: #919191. Windows color (decimal): -3772985 or 13069766. OLE color: 13069766.
HSL color Cylindrical-coordinate representation of color #C66DC7: hue angle of 299.33º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C66DC7 is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 109 | 199 | - |
| CMYK | 0.01 | 0.45 | 0 | 0.22 |
| HSL | 299.33º | 0.45% | 0.6% | - |
| HSV(B) | 299.33º | 0.45% | 0.78% | - |
| XYZ | 39.07 | 27.07 | 57.2 | - |
| YUV | 145.87 | 157.99 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 109 | 199 | 0.01 | 0.45 | 0 | 0.22 | 299.33 | 0.45 | 0.6 |
| Hex | C6 | 6D | C7 | 1 | 2D | 0 | 16 | 12B | 2D | 3C |
| Octal | 306 | 155 | 307 | 1 | 55 | 0 | 26 | 453 | 55 | 74 |
| Binary | 11000110 | 1101101 | 11000111 | 1 | 101101 | 0 | 10110 | 100101011 | 101101 | 111100 |
Color Harmonies of #C66DC7
Complementary color
Monochromatic Colors of #C66DC7
Black with #C66DC7
Text Example
Text Example
White with #C66DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66DC7; }
p { color: rgb(198,109,199); }
H1.HeaderClassName
{
color: #C66DC7;
}
.AnyTagClassName
{
color: #C66DC7;
}
</style>
background-color css
<style>
a { background-color: #C66DC7; }
a { background-color: rgb(198,109,199); }
div.DivClassName
{
background-color: #C66DC7;
}
.BgClassName
{
background-color: #C66DC7;
}
</style>
border-color css
<style>
span { border-color: #C66DC7; }
span { border-color: rgb(198,109,199); }
td.TdClassName
{
border-color: #C66DC7;
}
.TagClassName
{
border-color: #C66DC7;
}
</style>