Shades of Medium Orchid #C962D9
Tints of Medium Orchid #C962D9
RGB
CMYK
RGB Variations
Color information
#C962D9 (or 0xC962D9) is known color: Medium Orchid. HEX triplet: C9, 62 and D9. RGB value is (201,98,217). Sum of RGB (Red+Green+Blue) = 201+98+217=516 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.95% from 516); Green value is 98 (38.67% from 255 or 18.99% from 516); Blue value is 217 (85.16% from 255 or 42.05% from 516); Max value from RGB is 217 - color contains mainly: blue. Hex color #C962D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C962D9 is #369D26. Grayscale: #8D8D8D. Windows color (decimal): -3579175 or 14246601. OLE color: 14246601.
HSL color Cylindrical-coordinate representation of color #C962D9: hue angle of 291.93º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C962D9 is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 98 | 217 | - |
| CMYK | 0.07 | 0.55 | 0 | 0.15 |
| HSL | 291.93º | 0.61% | 0.62% | - |
| HSV(B) | 291.93º | 0.55% | 0.85% | - |
| XYZ | 40.98 | 26.16 | 68.54 | - |
| YUV | 142.36 | 170.12 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 98 | 217 | 0.07 | 0.55 | 0 | 0.15 | 291.93 | 0.61 | 0.62 |
| Hex | C9 | 62 | D9 | 7 | 37 | 0 | F | 124 | 3D | 3E |
| Octal | 311 | 142 | 331 | 7 | 67 | 0 | 17 | 444 | 75 | 76 |
| Binary | 11001001 | 1100010 | 11011001 | 111 | 110111 | 0 | 1111 | 100100100 | 111101 | 111110 |
Color Harmonies of #C962D9
Complementary color
Monochromatic Colors of #C962D9
Black with #C962D9
Text Example
Text Example
White with #C962D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C962D9; }
p { color: rgb(201,98,217); }
H1.HeaderClassName
{
color: #C962D9;
}
.AnyTagClassName
{
color: #C962D9;
}
</style>
background-color css
<style>
a { background-color: #C962D9; }
a { background-color: rgb(201,98,217); }
div.DivClassName
{
background-color: #C962D9;
}
.BgClassName
{
background-color: #C962D9;
}
</style>
border-color css
<style>
span { border-color: #C962D9; }
span { border-color: rgb(201,98,217); }
td.TdClassName
{
border-color: #C962D9;
}
.TagClassName
{
border-color: #C962D9;
}
</style>