Shades of Medium Orchid #C962D3
Tints of Medium Orchid #C962D3
RGB
CMYK
RGB Variations
Color information
#C962D3 (or 0xC962D3) is known color: Medium Orchid. HEX triplet: C9, 62 and D3. RGB value is (201,98,211). Sum of RGB (Red+Green+Blue) = 201+98+211=510 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.41% from 510); Green value is 98 (38.67% from 255 or 19.22% from 510); Blue value is 211 (82.81% from 255 or 41.37% from 510); Max value from RGB is 211 - color contains mainly: blue. Hex color #C962D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C962D3 is #369D2C. Grayscale: #8D8D8D. Windows color (decimal): -3579181 or 13853385. OLE color: 13853385.
HSL color Cylindrical-coordinate representation of color #C962D3: hue angle of 294.69º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C962D3 is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 201 | 98 | 211 | - |
| CMYK | 0.05 | 0.54 | 0 | 0.17 |
| HSL | 294.69º | 0.56% | 0.61% | - |
| HSV(B) | 294.69º | 0.54% | 0.83% | - |
| XYZ | 40.21 | 25.86 | 64.5 | - |
| YUV | 141.68 | 167.12 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 98 | 211 | 0.05 | 0.54 | 0 | 0.17 | 294.69 | 0.56 | 0.61 |
| Hex | C9 | 62 | D3 | 5 | 36 | 0 | 11 | 127 | 38 | 3D |
| Octal | 311 | 142 | 323 | 5 | 66 | 0 | 21 | 447 | 70 | 75 |
| Binary | 11001001 | 1100010 | 11010011 | 101 | 110110 | 0 | 10001 | 100100111 | 111000 | 111101 |
Color Harmonies of #C962D3
Complementary color
Monochromatic Colors of #C962D3
Black with #C962D3
Text Example
Text Example
White with #C962D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C962D3; }
p { color: rgb(201,98,211); }
H1.HeaderClassName
{
color: #C962D3;
}
.AnyTagClassName
{
color: #C962D3;
}
</style>
background-color css
<style>
a { background-color: #C962D3; }
a { background-color: rgb(201,98,211); }
div.DivClassName
{
background-color: #C962D3;
}
.BgClassName
{
background-color: #C962D3;
}
</style>
border-color css
<style>
span { border-color: #C962D3; }
span { border-color: rgb(201,98,211); }
td.TdClassName
{
border-color: #C962D3;
}
.TagClassName
{
border-color: #C962D3;
}
</style>