Shades of Medium Orchid #C02BD0
Tints of Medium Orchid #C02BD0
RGB
CMYK
RGB Variations
Color information
#C02BD0 (or 0xC02BD0) is known color: Medium Orchid. HEX triplet: C0, 2B and D0. RGB value is (192,43,208). Sum of RGB (Red+Green+Blue) = 192+43+208=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 43 (17.19% from 255 or 9.71% from 443); Blue value is 208 (81.64% from 255 or 46.95% from 443); Max value from RGB is 208 - color contains mainly: blue. Hex color #C02BD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02BD0 is #3FD42F. Grayscale: #696969. Windows color (decimal): -4183088 or 13642688. OLE color: 13642688.
HSL color Cylindrical-coordinate representation of color #C02BD0: hue angle of 294.18º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C02BD0 is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 43 | 208 | - |
| CMYK | 0.08 | 0.79 | 0 | 0.18 |
| HSL | 294.18º | 0.66% | 0.49% | - |
| HSV(B) | 294.18º | 0.79% | 0.82% | - |
| XYZ | 33.99 | 17.49 | 61.26 | - |
| YUV | 106.36 | 185.36 | 189.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 43 | 208 | 0.08 | 0.79 | 0 | 0.18 | 294.18 | 0.66 | 0.49 |
| Hex | C0 | 2B | D0 | 8 | 4F | 0 | 12 | 126 | 42 | 31 |
| Octal | 300 | 53 | 320 | 10 | 117 | 0 | 22 | 446 | 102 | 61 |
| Binary | 11000000 | 101011 | 11010000 | 1000 | 1001111 | 0 | 10010 | 100100110 | 1000010 | 110001 |
Color Harmonies of #C02BD0
Complementary color
Monochromatic Colors of #C02BD0
Black with #C02BD0
Text Example
Text Example
White with #C02BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02BD0; }
p { color: rgb(192,43,208); }
H1.HeaderClassName
{
color: #C02BD0;
}
.AnyTagClassName
{
color: #C02BD0;
}
</style>
background-color css
<style>
a { background-color: #C02BD0; }
a { background-color: rgb(192,43,208); }
div.DivClassName
{
background-color: #C02BD0;
}
.BgClassName
{
background-color: #C02BD0;
}
</style>
border-color css
<style>
span { border-color: #C02BD0; }
span { border-color: rgb(192,43,208); }
td.TdClassName
{
border-color: #C02BD0;
}
.TagClassName
{
border-color: #C02BD0;
}
</style>