Shades of Medium Orchid #C02BDD
Tints of Medium Orchid #C02BDD
RGB
CMYK
RGB Variations
Color information
#C02BDD (or 0xC02BDD) is known color: Medium Orchid. HEX triplet: C0, 2B and DD. RGB value is (192,43,221). Sum of RGB (Red+Green+Blue) = 192+43+221=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 43 (17.19% from 255 or 9.43% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 221 - color contains mainly: blue. Hex color #C02BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02BDD is #3FD422. Grayscale: #6B6B6B. Windows color (decimal): -4183075 or 14494656. OLE color: 14494656.
HSL color Cylindrical-coordinate representation of color #C02BDD: hue angle of 290.22º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C02BDD is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 43 | 221 | - |
| CMYK | 0.13 | 0.81 | 0 | 0.13 |
| HSL | 290.22º | 0.72% | 0.52% | - |
| HSV(B) | 290.22º | 0.81% | 0.87% | - |
| XYZ | 35.65 | 18.15 | 70.03 | - |
| YUV | 107.84 | 191.86 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 43 | 221 | 0.13 | 0.81 | 0 | 0.13 | 290.22 | 0.72 | 0.52 |
| Hex | C0 | 2B | DD | D | 51 | 0 | D | 122 | 48 | 34 |
| Octal | 300 | 53 | 335 | 15 | 121 | 0 | 15 | 442 | 110 | 64 |
| Binary | 11000000 | 101011 | 11011101 | 1101 | 1010001 | 0 | 1101 | 100100010 | 1001000 | 110100 |
Color Harmonies of #C02BDD
Complementary color
Monochromatic Colors of #C02BDD
Black with #C02BDD
Text Example
Text Example
White with #C02BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02BDD; }
p { color: rgb(192,43,221); }
H1.HeaderClassName
{
color: #C02BDD;
}
.AnyTagClassName
{
color: #C02BDD;
}
</style>
background-color css
<style>
a { background-color: #C02BDD; }
a { background-color: rgb(192,43,221); }
div.DivClassName
{
background-color: #C02BDD;
}
.BgClassName
{
background-color: #C02BDD;
}
</style>
border-color css
<style>
span { border-color: #C02BDD; }
span { border-color: rgb(192,43,221); }
td.TdClassName
{
border-color: #C02BDD;
}
.TagClassName
{
border-color: #C02BDD;
}
</style>