Shades of Medium Orchid #C952E3
Tints of Medium Orchid #C952E3
RGB
CMYK
RGB Variations
Color information
#C952E3 (or 0xC952E3) is known color: Medium Orchid. HEX triplet: C9, 52 and E3. RGB value is (201,82,227). Sum of RGB (Red+Green+Blue) = 201+82+227=510 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.41% from 510); Green value is 82 (32.42% from 255 or 16.08% from 510); Blue value is 227 (89.06% from 255 or 44.51% from 510); Max value from RGB is 227 - color contains mainly: blue. Hex color #C952E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C952E3 is #36AD1C. Grayscale: #858585. Windows color (decimal): -3583261 or 14897865. OLE color: 14897865.
HSL color Cylindrical-coordinate representation of color #C952E3: hue angle of 289.24º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C952E3 is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 201 | 82 | 227 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.11 |
| HSL | 289.24º | 0.72% | 0.61% | - |
| HSV(B) | 289.24º | 0.64% | 0.89% | - |
| XYZ | 40.97 | 24 | 75.15 | - |
| YUV | 134.11 | 180.42 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 82 | 227 | 0.11 | 0.64 | 0 | 0.11 | 289.24 | 0.72 | 0.61 |
| Hex | C9 | 52 | E3 | B | 40 | 0 | B | 121 | 48 | 3D |
| Octal | 311 | 122 | 343 | 13 | 100 | 0 | 13 | 441 | 110 | 75 |
| Binary | 11001001 | 1010010 | 11100011 | 1011 | 1000000 | 0 | 1011 | 100100001 | 1001000 | 111101 |
Color Harmonies of #C952E3
Complementary color
Monochromatic Colors of #C952E3
Black with #C952E3
Text Example
Text Example
White with #C952E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C952E3; }
p { color: rgb(201,82,227); }
H1.HeaderClassName
{
color: #C952E3;
}
.AnyTagClassName
{
color: #C952E3;
}
</style>
background-color css
<style>
a { background-color: #C952E3; }
a { background-color: rgb(201,82,227); }
div.DivClassName
{
background-color: #C952E3;
}
.BgClassName
{
background-color: #C952E3;
}
</style>
border-color css
<style>
span { border-color: #C952E3; }
span { border-color: rgb(201,82,227); }
td.TdClassName
{
border-color: #C952E3;
}
.TagClassName
{
border-color: #C952E3;
}
</style>