Shades of Medium Orchid #C952D6
Tints of Medium Orchid #C952D6
RGB
CMYK
RGB Variations
Color information
#C952D6 (or 0xC952D6) is known color: Medium Orchid. HEX triplet: C9, 52 and D6. RGB value is (201,82,214). Sum of RGB (Red+Green+Blue) = 201+82+214=497 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.44% from 497); Green value is 82 (32.42% from 255 or 16.50% from 497); Blue value is 214 (83.98% from 255 or 43.06% from 497); Max value from RGB is 214 - color contains mainly: blue. Hex color #C952D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C952D6 is #36AD29. Grayscale: #848484. Windows color (decimal): -3583274 or 14045897. OLE color: 14045897.
HSL color Cylindrical-coordinate representation of color #C952D6: hue angle of 294.09º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C952D6 is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 82 | 214 | - |
| CMYK | 0.06 | 0.62 | 0 | 0.16 |
| HSL | 294.09º | 0.62% | 0.58% | - |
| HSV(B) | 294.09º | 0.62% | 0.84% | - |
| XYZ | 39.24 | 23.31 | 66.05 | - |
| YUV | 132.63 | 173.92 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 82 | 214 | 0.06 | 0.62 | 0 | 0.16 | 294.09 | 0.62 | 0.58 |
| Hex | C9 | 52 | D6 | 6 | 3E | 0 | 10 | 126 | 3E | 3A |
| Octal | 311 | 122 | 326 | 6 | 76 | 0 | 20 | 446 | 76 | 72 |
| Binary | 11001001 | 1010010 | 11010110 | 110 | 111110 | 0 | 10000 | 100100110 | 111110 | 111010 |
Color Harmonies of #C952D6
Complementary color
Monochromatic Colors of #C952D6
Black with #C952D6
Text Example
Text Example
White with #C952D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C952D6; }
p { color: rgb(201,82,214); }
H1.HeaderClassName
{
color: #C952D6;
}
.AnyTagClassName
{
color: #C952D6;
}
</style>
background-color css
<style>
a { background-color: #C952D6; }
a { background-color: rgb(201,82,214); }
div.DivClassName
{
background-color: #C952D6;
}
.BgClassName
{
background-color: #C952D6;
}
</style>
border-color css
<style>
span { border-color: #C952D6; }
span { border-color: rgb(201,82,214); }
td.TdClassName
{
border-color: #C952D6;
}
.TagClassName
{
border-color: #C952D6;
}
</style>