Shades of Medium Orchid #C02BD2
Tints of Medium Orchid #C02BD2
RGB
CMYK
RGB Variations
Color information
#C02BD2 (or 0xC02BD2) is known color: Medium Orchid. HEX triplet: C0, 2B and D2. RGB value is (192,43,210). Sum of RGB (Red+Green+Blue) = 192+43+210=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 43 (17.19% from 255 or 9.66% from 445); Blue value is 210 (82.42% from 255 or 47.19% from 445); Max value from RGB is 210 - color contains mainly: blue. Hex color #C02BD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02BD2 is #3FD42D. Grayscale: #6A6A6A. Windows color (decimal): -4183086 or 13773760. OLE color: 13773760.
HSL color Cylindrical-coordinate representation of color #C02BD2: hue angle of 293.53º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C02BD2 is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 43 | 210 | - |
| CMYK | 0.09 | 0.80 | 0 | 0.18 |
| HSL | 293.53º | 0.66% | 0.5% | - |
| HSV(B) | 293.53º | 0.8% | 0.82% | - |
| XYZ | 34.23 | 17.59 | 62.56 | - |
| YUV | 106.59 | 186.36 | 188.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 43 | 210 | 0.09 | 0.80 | 0 | 0.18 | 293.53 | 0.66 | 0.5 |
| Hex | C0 | 2B | D2 | 9 | 50 | 0 | 12 | 126 | 42 | 32 |
| Octal | 300 | 53 | 322 | 11 | 120 | 0 | 22 | 446 | 102 | 62 |
| Binary | 11000000 | 101011 | 11010010 | 1001 | 1010000 | 0 | 10010 | 100100110 | 1000010 | 110010 |
Color Harmonies of #C02BD2
Complementary color
Monochromatic Colors of #C02BD2
Black with #C02BD2
Text Example
Text Example
White with #C02BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02BD2; }
p { color: rgb(192,43,210); }
H1.HeaderClassName
{
color: #C02BD2;
}
.AnyTagClassName
{
color: #C02BD2;
}
</style>
background-color css
<style>
a { background-color: #C02BD2; }
a { background-color: rgb(192,43,210); }
div.DivClassName
{
background-color: #C02BD2;
}
.BgClassName
{
background-color: #C02BD2;
}
</style>
border-color css
<style>
span { border-color: #C02BD2; }
span { border-color: rgb(192,43,210); }
td.TdClassName
{
border-color: #C02BD2;
}
.TagClassName
{
border-color: #C02BD2;
}
</style>