Shades of Medium Orchid #C35EED
Tints of Medium Orchid #C35EED
RGB
CMYK
RGB Variations
Color information
#C35EED (or 0xC35EED) is known color: Medium Orchid. HEX triplet: C3, 5E and ED. RGB value is (195,94,237). Sum of RGB (Red+Green+Blue) = 195+94+237=526 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.07% from 526); Green value is 94 (37.11% from 255 or 17.87% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 237 - color contains mainly: blue. Hex color #C35EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C35EED is #3CA112. Grayscale: #8C8C8C. Windows color (decimal): -3973395 or 15556291. OLE color: 15556291.
HSL color Cylindrical-coordinate representation of color #C35EED: hue angle of 282.38º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C35EED is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 94 | 237 | - |
| CMYK | 0.18 | 0.60 | 0 | 0.07 |
| HSL | 282.38º | 0.8% | 0.65% | - |
| HSV(B) | 282.38º | 0.6% | 0.93% | - |
| XYZ | 41.79 | 25.72 | 82.88 | - |
| YUV | 140.5 | 182.46 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 94 | 237 | 0.18 | 0.60 | 0 | 0.07 | 282.38 | 0.8 | 0.65 |
| Hex | C3 | 5E | ED | 12 | 3C | 0 | 7 | 11A | 50 | 41 |
| Octal | 303 | 136 | 355 | 22 | 74 | 0 | 7 | 432 | 120 | 101 |
| Binary | 11000011 | 1011110 | 11101101 | 10010 | 111100 | 0 | 111 | 100011010 | 1010000 | 1000001 |
Color Harmonies of #C35EED
Complementary color
Monochromatic Colors of #C35EED
Black with #C35EED
Text Example
Text Example
White with #C35EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35EED; }
p { color: rgb(195,94,237); }
H1.HeaderClassName
{
color: #C35EED;
}
.AnyTagClassName
{
color: #C35EED;
}
</style>
background-color css
<style>
a { background-color: #C35EED; }
a { background-color: rgb(195,94,237); }
div.DivClassName
{
background-color: #C35EED;
}
.BgClassName
{
background-color: #C35EED;
}
</style>
border-color css
<style>
span { border-color: #C35EED; }
span { border-color: rgb(195,94,237); }
td.TdClassName
{
border-color: #C35EED;
}
.TagClassName
{
border-color: #C35EED;
}
</style>