Shades of Medium Orchid #C02BDA
Tints of Medium Orchid #C02BDA
RGB
CMYK
RGB Variations
Color information
#C02BDA (or 0xC02BDA) is known color: Medium Orchid. HEX triplet: C0, 2B and DA. RGB value is (192,43,218). Sum of RGB (Red+Green+Blue) = 192+43+218=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 43 (17.19% from 255 or 9.49% from 453); Blue value is 218 (85.55% from 255 or 48.12% from 453); Max value from RGB is 218 - color contains mainly: blue. Hex color #C02BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02BDA is #3FD425. Grayscale: #6A6A6A. Windows color (decimal): -4183078 or 14298048. OLE color: 14298048.
HSL color Cylindrical-coordinate representation of color #C02BDA: hue angle of 291.09º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C02BDA is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 43 | 218 | - |
| CMYK | 0.12 | 0.80 | 0 | 0.15 |
| HSL | 291.09º | 0.7% | 0.51% | - |
| HSV(B) | 291.09º | 0.8% | 0.85% | - |
| XYZ | 35.26 | 18 | 67.95 | - |
| YUV | 107.5 | 190.36 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 43 | 218 | 0.12 | 0.80 | 0 | 0.15 | 291.09 | 0.7 | 0.51 |
| Hex | C0 | 2B | DA | C | 50 | 0 | F | 123 | 46 | 33 |
| Octal | 300 | 53 | 332 | 14 | 120 | 0 | 17 | 443 | 106 | 63 |
| Binary | 11000000 | 101011 | 11011010 | 1100 | 1010000 | 0 | 1111 | 100100011 | 1000110 | 110011 |
Color Harmonies of #C02BDA
Complementary color
Monochromatic Colors of #C02BDA
Black with #C02BDA
Text Example
Text Example
White with #C02BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02BDA; }
p { color: rgb(192,43,218); }
H1.HeaderClassName
{
color: #C02BDA;
}
.AnyTagClassName
{
color: #C02BDA;
}
</style>
background-color css
<style>
a { background-color: #C02BDA; }
a { background-color: rgb(192,43,218); }
div.DivClassName
{
background-color: #C02BDA;
}
.BgClassName
{
background-color: #C02BDA;
}
</style>
border-color css
<style>
span { border-color: #C02BDA; }
span { border-color: rgb(192,43,218); }
td.TdClassName
{
border-color: #C02BDA;
}
.TagClassName
{
border-color: #C02BDA;
}
</style>