Shades of Medium Orchid #C962D1
Tints of Medium Orchid #C962D1
RGB
CMYK
RGB Variations
Color information
#C962D1 (or 0xC962D1) is known color: Medium Orchid. HEX triplet: C9, 62 and D1. RGB value is (201,98,209). Sum of RGB (Red+Green+Blue) = 201+98+209=508 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.57% from 508); Green value is 98 (38.67% from 255 or 19.29% from 508); Blue value is 209 (82.03% from 255 or 41.14% from 508); Max value from RGB is 209 - color contains mainly: blue. Hex color #C962D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C962D1 is #369D2E. Grayscale: #8D8D8D. Windows color (decimal): -3579183 or 13722313. OLE color: 13722313.
HSL color Cylindrical-coordinate representation of color #C962D1: hue angle of 295.68º 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 #C962D1 is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 98 | 209 | - |
| CMYK | 0.04 | 0.53 | 0 | 0.18 |
| HSL | 295.68º | 0.55% | 0.6% | - |
| HSV(B) | 295.68º | 0.53% | 0.82% | - |
| XYZ | 39.96 | 25.76 | 63.19 | - |
| YUV | 141.45 | 166.12 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 98 | 209 | 0.04 | 0.53 | 0 | 0.18 | 295.68 | 0.55 | 0.6 |
| Hex | C9 | 62 | D1 | 4 | 35 | 0 | 12 | 128 | 37 | 3C |
| Octal | 311 | 142 | 321 | 4 | 65 | 0 | 22 | 450 | 67 | 74 |
| Binary | 11001001 | 1100010 | 11010001 | 100 | 110101 | 0 | 10010 | 100101000 | 110111 | 111100 |
Color Harmonies of #C962D1
Complementary color
Monochromatic Colors of #C962D1
Black with #C962D1
Text Example
Text Example
White with #C962D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C962D1; }
p { color: rgb(201,98,209); }
H1.HeaderClassName
{
color: #C962D1;
}
.AnyTagClassName
{
color: #C962D1;
}
</style>
background-color css
<style>
a { background-color: #C962D1; }
a { background-color: rgb(201,98,209); }
div.DivClassName
{
background-color: #C962D1;
}
.BgClassName
{
background-color: #C962D1;
}
</style>
border-color css
<style>
span { border-color: #C962D1; }
span { border-color: rgb(201,98,209); }
td.TdClassName
{
border-color: #C962D1;
}
.TagClassName
{
border-color: #C962D1;
}
</style>