Shades of Medium Orchid #C52BDC
Tints of Medium Orchid #C52BDC
RGB
CMYK
RGB Variations
Color information
#C52BDC (or 0xC52BDC) is known color: Medium Orchid. HEX triplet: C5, 2B and DC. RGB value is (197,43,220). Sum of RGB (Red+Green+Blue) = 197+43+220=460 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.83% from 460); Green value is 43 (17.19% from 255 or 9.35% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #C52BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52BDC is #3AD423. Grayscale: #6C6C6C. Windows color (decimal): -3855396 or 14429125. OLE color: 14429125.
HSL color Cylindrical-coordinate representation of color #C52BDC: hue angle of 292.2º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C52BDC is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 43 | 220 | - |
| CMYK | 0.10 | 0.80 | 0 | 0.14 |
| HSL | 292.2º | 0.72% | 0.52% | - |
| HSV(B) | 292.2º | 0.8% | 0.86% | - |
| XYZ | 36.81 | 18.77 | 69.39 | - |
| YUV | 109.22 | 190.52 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 43 | 220 | 0.10 | 0.80 | 0 | 0.14 | 292.2 | 0.72 | 0.52 |
| Hex | C5 | 2B | DC | A | 50 | 0 | E | 124 | 48 | 34 |
| Octal | 305 | 53 | 334 | 12 | 120 | 0 | 16 | 444 | 110 | 64 |
| Binary | 11000101 | 101011 | 11011100 | 1010 | 1010000 | 0 | 1110 | 100100100 | 1001000 | 110100 |
Color Harmonies of #C52BDC
Complementary color
Monochromatic Colors of #C52BDC
Black with #C52BDC
Text Example
Text Example
White with #C52BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52BDC; }
p { color: rgb(197,43,220); }
H1.HeaderClassName
{
color: #C52BDC;
}
.AnyTagClassName
{
color: #C52BDC;
}
</style>
background-color css
<style>
a { background-color: #C52BDC; }
a { background-color: rgb(197,43,220); }
div.DivClassName
{
background-color: #C52BDC;
}
.BgClassName
{
background-color: #C52BDC;
}
</style>
border-color css
<style>
span { border-color: #C52BDC; }
span { border-color: rgb(197,43,220); }
td.TdClassName
{
border-color: #C52BDC;
}
.TagClassName
{
border-color: #C52BDC;
}
</style>