Shades of Medium Orchid #C952D4
Tints of Medium Orchid #C952D4
RGB
CMYK
RGB Variations
Color information
#C952D4 (or 0xC952D4) is known color: Medium Orchid. HEX triplet: C9, 52 and D4. RGB value is (201,82,212). Sum of RGB (Red+Green+Blue) = 201+82+212=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 82 (32.42% from 255 or 16.57% from 495); Blue value is 212 (83.20% from 255 or 42.83% from 495); Max value from RGB is 212 - color contains mainly: blue. Hex color #C952D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C952D4 is #36AD2B. Grayscale: #848484. Windows color (decimal): -3583276 or 13914825. OLE color: 13914825.
HSL color Cylindrical-coordinate representation of color #C952D4: hue angle of 294.92º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C952D4 is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 201 | 82 | 212 | - |
| CMYK | 0.05 | 0.61 | 0 | 0.17 |
| HSL | 294.92º | 0.6% | 0.58% | - |
| HSV(B) | 294.92º | 0.61% | 0.83% | - |
| XYZ | 38.99 | 23.21 | 64.71 | - |
| YUV | 132.4 | 172.92 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 82 | 212 | 0.05 | 0.61 | 0 | 0.17 | 294.92 | 0.6 | 0.58 |
| Hex | C9 | 52 | D4 | 5 | 3D | 0 | 11 | 127 | 3C | 3A |
| Octal | 311 | 122 | 324 | 5 | 75 | 0 | 21 | 447 | 74 | 72 |
| Binary | 11001001 | 1010010 | 11010100 | 101 | 111101 | 0 | 10001 | 100100111 | 111100 | 111010 |
Color Harmonies of #C952D4
Complementary color
Monochromatic Colors of #C952D4
Black with #C952D4
Text Example
Text Example
White with #C952D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C952D4; }
p { color: rgb(201,82,212); }
H1.HeaderClassName
{
color: #C952D4;
}
.AnyTagClassName
{
color: #C952D4;
}
</style>
background-color css
<style>
a { background-color: #C952D4; }
a { background-color: rgb(201,82,212); }
div.DivClassName
{
background-color: #C952D4;
}
.BgClassName
{
background-color: #C952D4;
}
</style>
border-color css
<style>
span { border-color: #C952D4; }
span { border-color: rgb(201,82,212); }
td.TdClassName
{
border-color: #C952D4;
}
.TagClassName
{
border-color: #C952D4;
}
</style>