Shades of Medium Orchid #C660CF
Tints of Medium Orchid #C660CF
RGB
CMYK
RGB Variations
Color information
#C660CF (or 0xC660CF) is known color: Medium Orchid. HEX triplet: C6, 60 and CF. RGB value is (198,96,207). Sum of RGB (Red+Green+Blue) = 198+96+207=501 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.52% from 501); Green value is 96 (37.89% from 255 or 19.16% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 207 - color contains mainly: blue. Hex color #C660CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C660CF is #399F30. Grayscale: #8A8A8A. Windows color (decimal): -3776305 or 13590726. OLE color: 13590726.
HSL color Cylindrical-coordinate representation of color #C660CF: hue angle of 295.14º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C660CF is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 96 | 207 | - |
| CMYK | 0.04 | 0.54 | 0 | 0.19 |
| HSL | 295.14º | 0.54% | 0.59% | - |
| HSV(B) | 295.14º | 0.54% | 0.81% | - |
| XYZ | 38.73 | 24.88 | 61.79 | - |
| YUV | 139.15 | 166.29 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 96 | 207 | 0.04 | 0.54 | 0 | 0.19 | 295.14 | 0.54 | 0.59 |
| Hex | C6 | 60 | CF | 4 | 36 | 0 | 13 | 127 | 36 | 3B |
| Octal | 306 | 140 | 317 | 4 | 66 | 0 | 23 | 447 | 66 | 73 |
| Binary | 11000110 | 1100000 | 11001111 | 100 | 110110 | 0 | 10011 | 100100111 | 110110 | 111011 |
Color Harmonies of #C660CF
Complementary color
Monochromatic Colors of #C660CF
Black with #C660CF
Text Example
Text Example
White with #C660CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C660CF; }
p { color: rgb(198,96,207); }
H1.HeaderClassName
{
color: #C660CF;
}
.AnyTagClassName
{
color: #C660CF;
}
</style>
background-color css
<style>
a { background-color: #C660CF; }
a { background-color: rgb(198,96,207); }
div.DivClassName
{
background-color: #C660CF;
}
.BgClassName
{
background-color: #C660CF;
}
</style>
border-color css
<style>
span { border-color: #C660CF; }
span { border-color: rgb(198,96,207); }
td.TdClassName
{
border-color: #C660CF;
}
.TagClassName
{
border-color: #C660CF;
}
</style>