Shades of Medium Orchid #C952DA
Tints of Medium Orchid #C952DA
RGB
CMYK
RGB Variations
Color information
#C952DA (or 0xC952DA) is known color: Medium Orchid. HEX triplet: C9, 52 and DA. RGB value is (201,82,218). Sum of RGB (Red+Green+Blue) = 201+82+218=501 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.12% from 501); Green value is 82 (32.42% from 255 or 16.37% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 218 - color contains mainly: blue. Hex color #C952DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C952DA is #36AD25. Grayscale: #848484. Windows color (decimal): -3583270 or 14308041. OLE color: 14308041.
HSL color Cylindrical-coordinate representation of color #C952DA: hue angle of 292.5º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C952DA is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 82 | 218 | - |
| CMYK | 0.08 | 0.62 | 0 | 0.15 |
| HSL | 292.5º | 0.65% | 0.59% | - |
| HSV(B) | 292.5º | 0.62% | 0.85% | - |
| XYZ | 39.76 | 23.51 | 68.77 | - |
| YUV | 133.09 | 175.92 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 82 | 218 | 0.08 | 0.62 | 0 | 0.15 | 292.5 | 0.65 | 0.59 |
| Hex | C9 | 52 | DA | 8 | 3E | 0 | F | 124 | 41 | 3B |
| Octal | 311 | 122 | 332 | 10 | 76 | 0 | 17 | 444 | 101 | 73 |
| Binary | 11001001 | 1010010 | 11011010 | 1000 | 111110 | 0 | 1111 | 100100100 | 1000001 | 111011 |
Color Harmonies of #C952DA
Complementary color
Monochromatic Colors of #C952DA
Black with #C952DA
Text Example
Text Example
White with #C952DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C952DA; }
p { color: rgb(201,82,218); }
H1.HeaderClassName
{
color: #C952DA;
}
.AnyTagClassName
{
color: #C952DA;
}
</style>
background-color css
<style>
a { background-color: #C952DA; }
a { background-color: rgb(201,82,218); }
div.DivClassName
{
background-color: #C952DA;
}
.BgClassName
{
background-color: #C952DA;
}
</style>
border-color css
<style>
span { border-color: #C952DA; }
span { border-color: rgb(201,82,218); }
td.TdClassName
{
border-color: #C952DA;
}
.TagClassName
{
border-color: #C952DA;
}
</style>