Shades of Medium Orchid #C335EA
Tints of Medium Orchid #C335EA
RGB
CMYK
RGB Variations
Color information
#C335EA (or 0xC335EA) is known color: Medium Orchid. HEX triplet: C3, 35 and EA. RGB value is (195,53,234). Sum of RGB (Red+Green+Blue) = 195+53+234=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 53 (21.09% from 255 or 11.00% from 482); Blue value is 234 (91.80% from 255 or 48.55% from 482); Max value from RGB is 234 - color contains mainly: blue. Hex color #C335EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C335EA is #3CCA15. Grayscale: #737373. Windows color (decimal): -3983894 or 15349187. OLE color: 15349187.
HSL color Cylindrical-coordinate representation of color #C335EA: hue angle of 287.07º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C335EA is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 53 | 234 | - |
| CMYK | 0.17 | 0.77 | 0 | 0.08 |
| HSL | 287.07º | 0.81% | 0.56% | - |
| HSV(B) | 287.07º | 0.77% | 0.92% | - |
| XYZ | 38.63 | 20.09 | 79.68 | - |
| YUV | 116.09 | 194.54 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 53 | 234 | 0.17 | 0.77 | 0 | 0.08 | 287.07 | 0.81 | 0.56 |
| Hex | C3 | 35 | EA | 11 | 4D | 0 | 8 | 11F | 51 | 38 |
| Octal | 303 | 65 | 352 | 21 | 115 | 0 | 10 | 437 | 121 | 70 |
| Binary | 11000011 | 110101 | 11101010 | 10001 | 1001101 | 0 | 1000 | 100011111 | 1010001 | 111000 |
Color Harmonies of #C335EA
Complementary color
Monochromatic Colors of #C335EA
Black with #C335EA
Text Example
Text Example
White with #C335EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C335EA; }
p { color: rgb(195,53,234); }
H1.HeaderClassName
{
color: #C335EA;
}
.AnyTagClassName
{
color: #C335EA;
}
</style>
background-color css
<style>
a { background-color: #C335EA; }
a { background-color: rgb(195,53,234); }
div.DivClassName
{
background-color: #C335EA;
}
.BgClassName
{
background-color: #C335EA;
}
</style>
border-color css
<style>
span { border-color: #C335EA; }
span { border-color: rgb(195,53,234); }
td.TdClassName
{
border-color: #C335EA;
}
.TagClassName
{
border-color: #C335EA;
}
</style>