Shades of Medium Orchid #C02BDE
Tints of Medium Orchid #C02BDE
RGB
CMYK
RGB Variations
Color information
#C02BDE (or 0xC02BDE) is known color: Medium Orchid. HEX triplet: C0, 2B and DE. RGB value is (192,43,222). Sum of RGB (Red+Green+Blue) = 192+43+222=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 43 (17.19% from 255 or 9.41% from 457); Blue value is 222 (87.11% from 255 or 48.58% from 457); Max value from RGB is 222 - color contains mainly: blue. Hex color #C02BDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02BDE is #3FD421. Grayscale: #6B6B6B. Windows color (decimal): -4183074 or 14560192. OLE color: 14560192.
HSL color Cylindrical-coordinate representation of color #C02BDE: hue angle of 289.94º degrees, saturation: 0.73, 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 #C02BDE is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 43 | 222 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.13 |
| HSL | 289.94º | 0.73% | 0.52% | - |
| HSV(B) | 289.94º | 0.81% | 0.87% | - |
| XYZ | 35.79 | 18.21 | 70.74 | - |
| YUV | 107.96 | 192.36 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 43 | 222 | 0.14 | 0.81 | 0 | 0.13 | 289.94 | 0.73 | 0.52 |
| Hex | C0 | 2B | DE | E | 51 | 0 | D | 122 | 49 | 34 |
| Octal | 300 | 53 | 336 | 16 | 121 | 0 | 15 | 442 | 111 | 64 |
| Binary | 11000000 | 101011 | 11011110 | 1110 | 1010001 | 0 | 1101 | 100100010 | 1001001 | 110100 |
Color Harmonies of #C02BDE
Complementary color
Monochromatic Colors of #C02BDE
Black with #C02BDE
Text Example
Text Example
White with #C02BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02BDE; }
p { color: rgb(192,43,222); }
H1.HeaderClassName
{
color: #C02BDE;
}
.AnyTagClassName
{
color: #C02BDE;
}
</style>
background-color css
<style>
a { background-color: #C02BDE; }
a { background-color: rgb(192,43,222); }
div.DivClassName
{
background-color: #C02BDE;
}
.BgClassName
{
background-color: #C02BDE;
}
</style>
border-color css
<style>
span { border-color: #C02BDE; }
span { border-color: rgb(192,43,222); }
td.TdClassName
{
border-color: #C02BDE;
}
.TagClassName
{
border-color: #C02BDE;
}
</style>