Shades of Medium Orchid #C962DA
Tints of Medium Orchid #C962DA
RGB
CMYK
RGB Variations
Color information
#C962DA (or 0xC962DA) is known color: Medium Orchid. HEX triplet: C9, 62 and DA. RGB value is (201,98,218). Sum of RGB (Red+Green+Blue) = 201+98+218=517 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.88% from 517); Green value is 98 (38.67% from 255 or 18.96% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #C962DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C962DA is #369D25. Grayscale: #8E8E8E. Windows color (decimal): -3579174 or 14312137. OLE color: 14312137.
HSL color Cylindrical-coordinate representation of color #C962DA: hue angle of 291.5º degrees, saturation: 0.62, 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 #C962DA is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 98 | 218 | - |
| CMYK | 0.08 | 0.55 | 0 | 0.15 |
| HSL | 291.5º | 0.62% | 0.62% | - |
| HSV(B) | 291.5º | 0.55% | 0.85% | - |
| XYZ | 41.11 | 26.21 | 69.22 | - |
| YUV | 142.48 | 170.62 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 98 | 218 | 0.08 | 0.55 | 0 | 0.15 | 291.5 | 0.62 | 0.62 |
| Hex | C9 | 62 | DA | 8 | 37 | 0 | F | 124 | 3E | 3E |
| Octal | 311 | 142 | 332 | 10 | 67 | 0 | 17 | 444 | 76 | 76 |
| Binary | 11001001 | 1100010 | 11011010 | 1000 | 110111 | 0 | 1111 | 100100100 | 111110 | 111110 |
Color Harmonies of #C962DA
Complementary color
Monochromatic Colors of #C962DA
Black with #C962DA
Text Example
Text Example
White with #C962DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C962DA; }
p { color: rgb(201,98,218); }
H1.HeaderClassName
{
color: #C962DA;
}
.AnyTagClassName
{
color: #C962DA;
}
</style>
background-color css
<style>
a { background-color: #C962DA; }
a { background-color: rgb(201,98,218); }
div.DivClassName
{
background-color: #C962DA;
}
.BgClassName
{
background-color: #C962DA;
}
</style>
border-color css
<style>
span { border-color: #C962DA; }
span { border-color: rgb(201,98,218); }
td.TdClassName
{
border-color: #C962DA;
}
.TagClassName
{
border-color: #C962DA;
}
</style>