Shades of Orchid #C66CCF
Tints of Orchid #C66CCF
RGB
CMYK
RGB Variations
Color information
#C66CCF (or 0xC66CCF) is known color: Orchid. HEX triplet: C6, 6C and CF. RGB value is (198,108,207). Sum of RGB (Red+Green+Blue) = 198+108+207=513 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.60% from 513); Green value is 108 (42.58% from 255 or 21.05% from 513); Blue value is 207 (81.25% from 255 or 40.35% from 513); Max value from RGB is 207 - color contains mainly: blue. Hex color #C66CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66CCF is #399330. Grayscale: #919191. Windows color (decimal): -3773233 or 13593798. OLE color: 13593798.
HSL color Cylindrical-coordinate representation of color #C66CCF: hue angle of 294.55º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C66CCF is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 108 | 207 | - |
| CMYK | 0.04 | 0.48 | 0 | 0.19 |
| HSL | 294.55º | 0.51% | 0.62% | - |
| HSV(B) | 294.55º | 0.48% | 0.81% | - |
| XYZ | 39.91 | 27.24 | 62.18 | - |
| YUV | 146.2 | 162.32 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 108 | 207 | 0.04 | 0.48 | 0 | 0.19 | 294.55 | 0.51 | 0.62 |
| Hex | C6 | 6C | CF | 4 | 30 | 0 | 13 | 127 | 33 | 3E |
| Octal | 306 | 154 | 317 | 4 | 60 | 0 | 23 | 447 | 63 | 76 |
| Binary | 11000110 | 1101100 | 11001111 | 100 | 110000 | 0 | 10011 | 100100111 | 110011 | 111110 |
Color Harmonies of #C66CCF
Complementary color
Monochromatic Colors of #C66CCF
Black with #C66CCF
Text Example
Text Example
White with #C66CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66CCF; }
p { color: rgb(198,108,207); }
H1.HeaderClassName
{
color: #C66CCF;
}
.AnyTagClassName
{
color: #C66CCF;
}
</style>
background-color css
<style>
a { background-color: #C66CCF; }
a { background-color: rgb(198,108,207); }
div.DivClassName
{
background-color: #C66CCF;
}
.BgClassName
{
background-color: #C66CCF;
}
</style>
border-color css
<style>
span { border-color: #C66CCF; }
span { border-color: rgb(198,108,207); }
td.TdClassName
{
border-color: #C66CCF;
}
.TagClassName
{
border-color: #C66CCF;
}
</style>