Shades of Medium Orchid #C962DD
Tints of Medium Orchid #C962DD
RGB
CMYK
RGB Variations
Color information
#C962DD (or 0xC962DD) is known color: Medium Orchid. HEX triplet: C9, 62 and DD. RGB value is (201,98,221). Sum of RGB (Red+Green+Blue) = 201+98+221=520 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.65% from 520); Green value is 98 (38.67% from 255 or 18.85% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #C962DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C962DD is #369D22. Grayscale: #8E8E8E. Windows color (decimal): -3579171 or 14508745. OLE color: 14508745.
HSL color Cylindrical-coordinate representation of color #C962DD: hue angle of 290.24º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C962DD is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 98 | 221 | - |
| CMYK | 0.09 | 0.56 | 0 | 0.13 |
| HSL | 290.24º | 0.64% | 0.63% | - |
| HSV(B) | 290.24º | 0.56% | 0.87% | - |
| XYZ | 41.51 | 26.37 | 71.31 | - |
| YUV | 142.82 | 172.12 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 98 | 221 | 0.09 | 0.56 | 0 | 0.13 | 290.24 | 0.64 | 0.63 |
| Hex | C9 | 62 | DD | 9 | 38 | 0 | D | 122 | 40 | 3F |
| Octal | 311 | 142 | 335 | 11 | 70 | 0 | 15 | 442 | 100 | 77 |
| Binary | 11001001 | 1100010 | 11011101 | 1001 | 111000 | 0 | 1101 | 100100010 | 1000000 | 111111 |
Color Harmonies of #C962DD
Complementary color
Monochromatic Colors of #C962DD
Black with #C962DD
Text Example
Text Example
White with #C962DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C962DD; }
p { color: rgb(201,98,221); }
H1.HeaderClassName
{
color: #C962DD;
}
.AnyTagClassName
{
color: #C962DD;
}
</style>
background-color css
<style>
a { background-color: #C962DD; }
a { background-color: rgb(201,98,221); }
div.DivClassName
{
background-color: #C962DD;
}
.BgClassName
{
background-color: #C962DD;
}
</style>
border-color css
<style>
span { border-color: #C962DD; }
span { border-color: rgb(201,98,221); }
td.TdClassName
{
border-color: #C962DD;
}
.TagClassName
{
border-color: #C962DD;
}
</style>