Shades of Medium Orchid #C662DC
Tints of Medium Orchid #C662DC
RGB
CMYK
RGB Variations
Color information
#C662DC (or 0xC662DC) is known color: Medium Orchid. HEX triplet: C6, 62 and DC. RGB value is (198,98,220). Sum of RGB (Red+Green+Blue) = 198+98+220=516 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.37% from 516); Green value is 98 (38.67% from 255 or 18.99% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 220 - color contains mainly: blue. Hex color #C662DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C662DC is #399D23. Grayscale: #8D8D8D. Windows color (decimal): -3775780 or 14443206. OLE color: 14443206.
HSL color Cylindrical-coordinate representation of color #C662DC: hue angle of 289.18º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C662DC is Cyan = 0.1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 98 | 220 | - |
| CMYK | 0.1 | 0.55 | 0 | 0.14 |
| HSL | 289.18º | 0.64% | 0.62% | - |
| HSV(B) | 289.18º | 0.55% | 0.86% | - |
| XYZ | 40.57 | 25.91 | 70.57 | - |
| YUV | 141.81 | 172.13 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 98 | 220 | 0.1 | 0.55 | 0 | 0.14 | 289.18 | 0.64 | 0.62 |
| Hex | C6 | 62 | DC | A | 37 | 0 | E | 121 | 40 | 3E |
| Octal | 306 | 142 | 334 | 12 | 67 | 0 | 16 | 441 | 100 | 76 |
| Binary | 11000110 | 1100010 | 11011100 | 1010 | 110111 | 0 | 1110 | 100100001 | 1000000 | 111110 |
Color Harmonies of #C662DC
Complementary color
Monochromatic Colors of #C662DC
Black with #C662DC
Text Example
Text Example
White with #C662DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C662DC; }
p { color: rgb(198,98,220); }
H1.HeaderClassName
{
color: #C662DC;
}
.AnyTagClassName
{
color: #C662DC;
}
</style>
background-color css
<style>
a { background-color: #C662DC; }
a { background-color: rgb(198,98,220); }
div.DivClassName
{
background-color: #C662DC;
}
.BgClassName
{
background-color: #C662DC;
}
</style>
border-color css
<style>
span { border-color: #C662DC; }
span { border-color: rgb(198,98,220); }
td.TdClassName
{
border-color: #C662DC;
}
.TagClassName
{
border-color: #C662DC;
}
</style>