Shades of Medium Orchid #C035DA
Tints of Medium Orchid #C035DA
RGB
CMYK
RGB Variations
Color information
#C035DA (or 0xC035DA) is known color: Medium Orchid. HEX triplet: C0, 35 and DA. RGB value is (192,53,218). Sum of RGB (Red+Green+Blue) = 192+53+218=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 53 (21.09% from 255 or 11.45% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #C035DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C035DA is #3FCA25. Grayscale: #707070. Windows color (decimal): -4180518 or 14300608. OLE color: 14300608.
HSL color Cylindrical-coordinate representation of color #C035DA: hue angle of 290.55º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C035DA is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 53 | 218 | - |
| CMYK | 0.12 | 0.76 | 0 | 0.15 |
| HSL | 290.55º | 0.69% | 0.53% | - |
| HSV(B) | 290.55º | 0.76% | 0.85% | - |
| XYZ | 35.67 | 18.81 | 68.08 | - |
| YUV | 113.37 | 187.05 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 53 | 218 | 0.12 | 0.76 | 0 | 0.15 | 290.55 | 0.69 | 0.53 |
| Hex | C0 | 35 | DA | C | 4C | 0 | F | 123 | 45 | 35 |
| Octal | 300 | 65 | 332 | 14 | 114 | 0 | 17 | 443 | 105 | 65 |
| Binary | 11000000 | 110101 | 11011010 | 1100 | 1001100 | 0 | 1111 | 100100011 | 1000101 | 110101 |
Color Harmonies of #C035DA
Complementary color
Monochromatic Colors of #C035DA
Black with #C035DA
Text Example
Text Example
White with #C035DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C035DA; }
p { color: rgb(192,53,218); }
H1.HeaderClassName
{
color: #C035DA;
}
.AnyTagClassName
{
color: #C035DA;
}
</style>
background-color css
<style>
a { background-color: #C035DA; }
a { background-color: rgb(192,53,218); }
div.DivClassName
{
background-color: #C035DA;
}
.BgClassName
{
background-color: #C035DA;
}
</style>
border-color css
<style>
span { border-color: #C035DA; }
span { border-color: rgb(192,53,218); }
td.TdClassName
{
border-color: #C035DA;
}
.TagClassName
{
border-color: #C035DA;
}
</style>