Shades of Medium Orchid #C530DD
Tints of Medium Orchid #C530DD
RGB
CMYK
RGB Variations
Color information
#C530DD (or 0xC530DD) is known color: Medium Orchid. HEX triplet: C5, 30 and DD. RGB value is (197,48,221). Sum of RGB (Red+Green+Blue) = 197+48+221=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 48 (19.14% from 255 or 10.30% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #C530DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C530DD is #3ACF22. Grayscale: #6F6F6F. Windows color (decimal): -3854115 or 14495941. OLE color: 14495941.
HSL color Cylindrical-coordinate representation of color #C530DD: hue angle of 291.68º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C530DD is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 48 | 221 | - |
| CMYK | 0.11 | 0.78 | 0 | 0.13 |
| HSL | 291.68º | 0.72% | 0.53% | - |
| HSV(B) | 291.68º | 0.78% | 0.87% | - |
| XYZ | 37.13 | 19.2 | 70.16 | - |
| YUV | 112.27 | 189.36 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 48 | 221 | 0.11 | 0.78 | 0 | 0.13 | 291.68 | 0.72 | 0.53 |
| Hex | C5 | 30 | DD | B | 4E | 0 | D | 124 | 48 | 35 |
| Octal | 305 | 60 | 335 | 13 | 116 | 0 | 15 | 444 | 110 | 65 |
| Binary | 11000101 | 110000 | 11011101 | 1011 | 1001110 | 0 | 1101 | 100100100 | 1001000 | 110101 |
Color Harmonies of #C530DD
Complementary color
Monochromatic Colors of #C530DD
Black with #C530DD
Text Example
Text Example
White with #C530DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C530DD; }
p { color: rgb(197,48,221); }
H1.HeaderClassName
{
color: #C530DD;
}
.AnyTagClassName
{
color: #C530DD;
}
</style>
background-color css
<style>
a { background-color: #C530DD; }
a { background-color: rgb(197,48,221); }
div.DivClassName
{
background-color: #C530DD;
}
.BgClassName
{
background-color: #C530DD;
}
</style>
border-color css
<style>
span { border-color: #C530DD; }
span { border-color: rgb(197,48,221); }
td.TdClassName
{
border-color: #C530DD;
}
.TagClassName
{
border-color: #C530DD;
}
</style>