Shades of Medium Orchid #C662D1
Tints of Medium Orchid #C662D1
RGB
CMYK
RGB Variations
Color information
#C662D1 (or 0xC662D1) is known color: Medium Orchid. HEX triplet: C6, 62 and D1. RGB value is (198,98,209). Sum of RGB (Red+Green+Blue) = 198+98+209=505 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.21% from 505); Green value is 98 (38.67% from 255 or 19.41% from 505); Blue value is 209 (82.03% from 255 or 41.39% from 505); Max value from RGB is 209 - color contains mainly: blue. Hex color #C662D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C662D1 is #399D2E. Grayscale: #8C8C8C. Windows color (decimal): -3775791 or 13722310. OLE color: 13722310.
HSL color Cylindrical-coordinate representation of color #C662D1: hue angle of 294.05º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C662D1 is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 98 | 209 | - |
| CMYK | 0.05 | 0.53 | 0 | 0.18 |
| HSL | 294.05º | 0.55% | 0.6% | - |
| HSV(B) | 294.05º | 0.53% | 0.82% | - |
| XYZ | 39.17 | 25.34 | 63.15 | - |
| YUV | 140.55 | 166.63 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 98 | 209 | 0.05 | 0.53 | 0 | 0.18 | 294.05 | 0.55 | 0.6 |
| Hex | C6 | 62 | D1 | 5 | 35 | 0 | 12 | 126 | 37 | 3C |
| Octal | 306 | 142 | 321 | 5 | 65 | 0 | 22 | 446 | 67 | 74 |
| Binary | 11000110 | 1100010 | 11010001 | 101 | 110101 | 0 | 10010 | 100100110 | 110111 | 111100 |
Color Harmonies of #C662D1
Complementary color
Monochromatic Colors of #C662D1
Black with #C662D1
Text Example
Text Example
White with #C662D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C662D1; }
p { color: rgb(198,98,209); }
H1.HeaderClassName
{
color: #C662D1;
}
.AnyTagClassName
{
color: #C662D1;
}
</style>
background-color css
<style>
a { background-color: #C662D1; }
a { background-color: rgb(198,98,209); }
div.DivClassName
{
background-color: #C662D1;
}
.BgClassName
{
background-color: #C662D1;
}
</style>
border-color css
<style>
span { border-color: #C662D1; }
span { border-color: rgb(198,98,209); }
td.TdClassName
{
border-color: #C662D1;
}
.TagClassName
{
border-color: #C662D1;
}
</style>