Shades of Medium Orchid #C03BDA
Tints of Medium Orchid #C03BDA
RGB
CMYK
RGB Variations
Color information
#C03BDA (or 0xC03BDA) is known color: Medium Orchid. HEX triplet: C0, 3B and DA. RGB value is (192,59,218). Sum of RGB (Red+Green+Blue) = 192+59+218=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 59 (23.44% from 255 or 12.58% from 469); Blue value is 218 (85.55% from 255 or 46.48% from 469); Max value from RGB is 218 - color contains mainly: blue. Hex color #C03BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03BDA is #3FC425. Grayscale: #747474. Windows color (decimal): -4178982 or 14302144. OLE color: 14302144.
HSL color Cylindrical-coordinate representation of color #C03BDA: hue angle of 290.19º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C03BDA is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 59 | 218 | - |
| CMYK | 0.12 | 0.73 | 0 | 0.15 |
| HSL | 290.19º | 0.68% | 0.54% | - |
| HSV(B) | 290.19º | 0.73% | 0.85% | - |
| XYZ | 35.96 | 19.4 | 68.18 | - |
| YUV | 116.89 | 185.06 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 59 | 218 | 0.12 | 0.73 | 0 | 0.15 | 290.19 | 0.68 | 0.54 |
| Hex | C0 | 3B | DA | C | 49 | 0 | F | 122 | 44 | 36 |
| Octal | 300 | 73 | 332 | 14 | 111 | 0 | 17 | 442 | 104 | 66 |
| Binary | 11000000 | 111011 | 11011010 | 1100 | 1001001 | 0 | 1111 | 100100010 | 1000100 | 110110 |
Color Harmonies of #C03BDA
Complementary color
Monochromatic Colors of #C03BDA
Black with #C03BDA
Text Example
Text Example
White with #C03BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03BDA; }
p { color: rgb(192,59,218); }
H1.HeaderClassName
{
color: #C03BDA;
}
.AnyTagClassName
{
color: #C03BDA;
}
</style>
background-color css
<style>
a { background-color: #C03BDA; }
a { background-color: rgb(192,59,218); }
div.DivClassName
{
background-color: #C03BDA;
}
.BgClassName
{
background-color: #C03BDA;
}
</style>
border-color css
<style>
span { border-color: #C03BDA; }
span { border-color: rgb(192,59,218); }
td.TdClassName
{
border-color: #C03BDA;
}
.TagClassName
{
border-color: #C03BDA;
}
</style>