Shades of Medium Orchid #C335DA
Tints of Medium Orchid #C335DA
RGB
CMYK
RGB Variations
Color information
#C335DA (or 0xC335DA) is known color: Medium Orchid. HEX triplet: C3, 35 and DA. RGB value is (195,53,218). Sum of RGB (Red+Green+Blue) = 195+53+218=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 53 (21.09% from 255 or 11.37% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 218 - color contains mainly: blue. Hex color #C335DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C335DA is #3CCA25. Grayscale: #717171. Windows color (decimal): -3983910 or 14300611. OLE color: 14300611.
HSL color Cylindrical-coordinate representation of color #C335DA: hue angle of 291.64º 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 #C335DA is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 53 | 218 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.15 |
| HSL | 291.64º | 0.69% | 0.53% | - |
| HSV(B) | 291.64º | 0.76% | 0.85% | - |
| XYZ | 36.43 | 19.21 | 68.12 | - |
| YUV | 114.27 | 186.54 | 185.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 53 | 218 | 0.11 | 0.76 | 0 | 0.15 | 291.64 | 0.69 | 0.53 |
| Hex | C3 | 35 | DA | B | 4C | 0 | F | 124 | 45 | 35 |
| Octal | 303 | 65 | 332 | 13 | 114 | 0 | 17 | 444 | 105 | 65 |
| Binary | 11000011 | 110101 | 11011010 | 1011 | 1001100 | 0 | 1111 | 100100100 | 1000101 | 110101 |
Color Harmonies of #C335DA
Complementary color
Monochromatic Colors of #C335DA
Black with #C335DA
Text Example
Text Example
White with #C335DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C335DA; }
p { color: rgb(195,53,218); }
H1.HeaderClassName
{
color: #C335DA;
}
.AnyTagClassName
{
color: #C335DA;
}
</style>
background-color css
<style>
a { background-color: #C335DA; }
a { background-color: rgb(195,53,218); }
div.DivClassName
{
background-color: #C335DA;
}
.BgClassName
{
background-color: #C335DA;
}
</style>
border-color css
<style>
span { border-color: #C335DA; }
span { border-color: rgb(195,53,218); }
td.TdClassName
{
border-color: #C335DA;
}
.TagClassName
{
border-color: #C335DA;
}
</style>