Shades of Medium Orchid #C952DC
Tints of Medium Orchid #C952DC
RGB
CMYK
RGB Variations
Color information
#C952DC (or 0xC952DC) is known color: Medium Orchid. HEX triplet: C9, 52 and DC. RGB value is (201,82,220). Sum of RGB (Red+Green+Blue) = 201+82+220=503 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.96% from 503); Green value is 82 (32.42% from 255 or 16.30% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #C952DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C952DC is #36AD23. Grayscale: #848484. Windows color (decimal): -3583268 or 14439113. OLE color: 14439113.
HSL color Cylindrical-coordinate representation of color #C952DC: hue angle of 291.74º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C952DC is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 82 | 220 | - |
| CMYK | 0.09 | 0.63 | 0 | 0.14 |
| HSL | 291.74º | 0.66% | 0.59% | - |
| HSV(B) | 291.74º | 0.63% | 0.86% | - |
| XYZ | 40.02 | 23.62 | 70.16 | - |
| YUV | 133.31 | 176.92 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 82 | 220 | 0.09 | 0.63 | 0 | 0.14 | 291.74 | 0.66 | 0.59 |
| Hex | C9 | 52 | DC | 9 | 3F | 0 | E | 124 | 42 | 3B |
| Octal | 311 | 122 | 334 | 11 | 77 | 0 | 16 | 444 | 102 | 73 |
| Binary | 11001001 | 1010010 | 11011100 | 1001 | 111111 | 0 | 1110 | 100100100 | 1000010 | 111011 |
Color Harmonies of #C952DC
Complementary color
Monochromatic Colors of #C952DC
Black with #C952DC
Text Example
Text Example
White with #C952DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C952DC; }
p { color: rgb(201,82,220); }
H1.HeaderClassName
{
color: #C952DC;
}
.AnyTagClassName
{
color: #C952DC;
}
</style>
background-color css
<style>
a { background-color: #C952DC; }
a { background-color: rgb(201,82,220); }
div.DivClassName
{
background-color: #C952DC;
}
.BgClassName
{
background-color: #C952DC;
}
</style>
border-color css
<style>
span { border-color: #C952DC; }
span { border-color: rgb(201,82,220); }
td.TdClassName
{
border-color: #C952DC;
}
.TagClassName
{
border-color: #C952DC;
}
</style>