Shades of Medium Orchid #C952D5
Tints of Medium Orchid #C952D5
RGB
CMYK
RGB Variations
Color information
#C952D5 (or 0xC952D5) is known color: Medium Orchid. HEX triplet: C9, 52 and D5. RGB value is (201,82,213). Sum of RGB (Red+Green+Blue) = 201+82+213=496 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.52% from 496); Green value is 82 (32.42% from 255 or 16.53% from 496); Blue value is 213 (83.59% from 255 or 42.94% from 496); Max value from RGB is 213 - color contains mainly: blue. Hex color #C952D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C952D5 is #36AD2A. Grayscale: #848484. Windows color (decimal): -3583275 or 13980361. OLE color: 13980361.
HSL color Cylindrical-coordinate representation of color #C952D5: hue angle of 294.5º degrees, saturation: 0.61, 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 #C952D5 is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 82 | 213 | - |
| CMYK | 0.06 | 0.62 | 0 | 0.16 |
| HSL | 294.5º | 0.61% | 0.58% | - |
| HSV(B) | 294.5º | 0.62% | 0.84% | - |
| XYZ | 39.11 | 23.26 | 65.38 | - |
| YUV | 132.52 | 173.42 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 82 | 213 | 0.06 | 0.62 | 0 | 0.16 | 294.5 | 0.61 | 0.58 |
| Hex | C9 | 52 | D5 | 6 | 3E | 0 | 10 | 127 | 3D | 3A |
| Octal | 311 | 122 | 325 | 6 | 76 | 0 | 20 | 447 | 75 | 72 |
| Binary | 11001001 | 1010010 | 11010101 | 110 | 111110 | 0 | 10000 | 100100111 | 111101 | 111010 |
Color Harmonies of #C952D5
Complementary color
Monochromatic Colors of #C952D5
Black with #C952D5
Text Example
Text Example
White with #C952D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C952D5; }
p { color: rgb(201,82,213); }
H1.HeaderClassName
{
color: #C952D5;
}
.AnyTagClassName
{
color: #C952D5;
}
</style>
background-color css
<style>
a { background-color: #C952D5; }
a { background-color: rgb(201,82,213); }
div.DivClassName
{
background-color: #C952D5;
}
.BgClassName
{
background-color: #C952D5;
}
</style>
border-color css
<style>
span { border-color: #C952D5; }
span { border-color: rgb(201,82,213); }
td.TdClassName
{
border-color: #C952D5;
}
.TagClassName
{
border-color: #C952D5;
}
</style>