Shades of Medium Orchid #C02FDB
Tints of Medium Orchid #C02FDB
RGB
CMYK
RGB Variations
Color information
#C02FDB (or 0xC02FDB) is known color: Medium Orchid. HEX triplet: C0, 2F and DB. RGB value is (192,47,219). Sum of RGB (Red+Green+Blue) = 192+47+219=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 47 (18.75% from 255 or 10.26% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #C02FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02FDB is #3FD024. Grayscale: #6D6D6D. Windows color (decimal): -4182053 or 14364608. OLE color: 14364608.
HSL color Cylindrical-coordinate representation of color #C02FDB: hue angle of 290.58º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C02FDB is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 47 | 219 | - |
| CMYK | 0.12 | 0.79 | 0 | 0.14 |
| HSL | 290.58º | 0.7% | 0.52% | - |
| HSV(B) | 290.58º | 0.79% | 0.86% | - |
| XYZ | 35.54 | 18.35 | 68.69 | - |
| YUV | 109.96 | 189.54 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 47 | 219 | 0.12 | 0.79 | 0 | 0.14 | 290.58 | 0.7 | 0.52 |
| Hex | C0 | 2F | DB | C | 4F | 0 | E | 123 | 46 | 34 |
| Octal | 300 | 57 | 333 | 14 | 117 | 0 | 16 | 443 | 106 | 64 |
| Binary | 11000000 | 101111 | 11011011 | 1100 | 1001111 | 0 | 1110 | 100100011 | 1000110 | 110100 |
Color Harmonies of #C02FDB
Complementary color
Monochromatic Colors of #C02FDB
Black with #C02FDB
Text Example
Text Example
White with #C02FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02FDB; }
p { color: rgb(192,47,219); }
H1.HeaderClassName
{
color: #C02FDB;
}
.AnyTagClassName
{
color: #C02FDB;
}
</style>
background-color css
<style>
a { background-color: #C02FDB; }
a { background-color: rgb(192,47,219); }
div.DivClassName
{
background-color: #C02FDB;
}
.BgClassName
{
background-color: #C02FDB;
}
</style>
border-color css
<style>
span { border-color: #C02FDB; }
span { border-color: rgb(192,47,219); }
td.TdClassName
{
border-color: #C02FDB;
}
.TagClassName
{
border-color: #C02FDB;
}
</style>