Shades of Medium Orchid #C033DA
Tints of Medium Orchid #C033DA
RGB
CMYK
RGB Variations
Color information
#C033DA (or 0xC033DA) is known color: Medium Orchid. HEX triplet: C0, 33 and DA. RGB value is (192,51,218). Sum of RGB (Red+Green+Blue) = 192+51+218=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 51 (20.31% from 255 or 11.06% from 461); Blue value is 218 (85.55% from 255 or 47.29% from 461); Max value from RGB is 218 - color contains mainly: blue. Hex color #C033DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C033DA is #3FCC25. Grayscale: #6F6F6F. Windows color (decimal): -4181030 or 14300096. OLE color: 14300096.
HSL color Cylindrical-coordinate representation of color #C033DA: hue angle of 290.66º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C033DA is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 51 | 218 | - |
| CMYK | 0.12 | 0.77 | 0 | 0.15 |
| HSL | 290.66º | 0.69% | 0.53% | - |
| HSV(B) | 290.66º | 0.77% | 0.85% | - |
| XYZ | 35.58 | 18.64 | 68.05 | - |
| YUV | 112.2 | 187.71 | 184.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 51 | 218 | 0.12 | 0.77 | 0 | 0.15 | 290.66 | 0.69 | 0.53 |
| Hex | C0 | 33 | DA | C | 4D | 0 | F | 123 | 45 | 35 |
| Octal | 300 | 63 | 332 | 14 | 115 | 0 | 17 | 443 | 105 | 65 |
| Binary | 11000000 | 110011 | 11011010 | 1100 | 1001101 | 0 | 1111 | 100100011 | 1000101 | 110101 |
Color Harmonies of #C033DA
Complementary color
Monochromatic Colors of #C033DA
Black with #C033DA
Text Example
Text Example
White with #C033DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C033DA; }
p { color: rgb(192,51,218); }
H1.HeaderClassName
{
color: #C033DA;
}
.AnyTagClassName
{
color: #C033DA;
}
</style>
background-color css
<style>
a { background-color: #C033DA; }
a { background-color: rgb(192,51,218); }
div.DivClassName
{
background-color: #C033DA;
}
.BgClassName
{
background-color: #C033DA;
}
</style>
border-color css
<style>
span { border-color: #C033DA; }
span { border-color: rgb(192,51,218); }
td.TdClassName
{
border-color: #C033DA;
}
.TagClassName
{
border-color: #C033DA;
}
</style>