Shades of Medium Orchid #C530DB
Tints of Medium Orchid #C530DB
RGB
CMYK
RGB Variations
Color information
#C530DB (or 0xC530DB) is known color: Medium Orchid. HEX triplet: C5, 30 and DB. RGB value is (197,48,219). Sum of RGB (Red+Green+Blue) = 197+48+219=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 48 (19.14% from 255 or 10.34% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #C530DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C530DB is #3ACF24. Grayscale: #6F6F6F. Windows color (decimal): -3854117 or 14364869. OLE color: 14364869.
HSL color Cylindrical-coordinate representation of color #C530DB: hue angle of 292.28º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C530DB is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 48 | 219 | - |
| CMYK | 0.10 | 0.78 | 0 | 0.14 |
| HSL | 292.28º | 0.7% | 0.52% | - |
| HSV(B) | 292.28º | 0.78% | 0.86% | - |
| XYZ | 36.87 | 19.1 | 68.76 | - |
| YUV | 112.05 | 188.36 | 188.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 48 | 219 | 0.10 | 0.78 | 0 | 0.14 | 292.28 | 0.7 | 0.52 |
| Hex | C5 | 30 | DB | A | 4E | 0 | E | 124 | 46 | 34 |
| Octal | 305 | 60 | 333 | 12 | 116 | 0 | 16 | 444 | 106 | 64 |
| Binary | 11000101 | 110000 | 11011011 | 1010 | 1001110 | 0 | 1110 | 100100100 | 1000110 | 110100 |
Color Harmonies of #C530DB
Complementary color
Monochromatic Colors of #C530DB
Black with #C530DB
Text Example
Text Example
White with #C530DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C530DB; }
p { color: rgb(197,48,219); }
H1.HeaderClassName
{
color: #C530DB;
}
.AnyTagClassName
{
color: #C530DB;
}
</style>
background-color css
<style>
a { background-color: #C530DB; }
a { background-color: rgb(197,48,219); }
div.DivClassName
{
background-color: #C530DB;
}
.BgClassName
{
background-color: #C530DB;
}
</style>
border-color css
<style>
span { border-color: #C530DB; }
span { border-color: rgb(197,48,219); }
td.TdClassName
{
border-color: #C530DB;
}
.TagClassName
{
border-color: #C530DB;
}
</style>