Shades of Medium Orchid #C35ECD
Tints of Medium Orchid #C35ECD
RGB
CMYK
RGB Variations
Color information
#C35ECD (or 0xC35ECD) is known color: Medium Orchid. HEX triplet: C3, 5E and CD. RGB value is (195,94,205). Sum of RGB (Red+Green+Blue) = 195+94+205=494 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.47% from 494); Green value is 94 (37.11% from 255 or 19.03% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 205 - color contains mainly: blue. Hex color #C35ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35ECD is #3CA132. Grayscale: #888888. Windows color (decimal): -3973427 or 13459139. OLE color: 13459139.
HSL color Cylindrical-coordinate representation of color #C35ECD: hue angle of 294.59º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C35ECD is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 94 | 205 | - |
| CMYK | 0.05 | 0.54 | 0 | 0.20 |
| HSL | 294.59º | 0.53% | 0.59% | - |
| HSV(B) | 294.59º | 0.54% | 0.8% | - |
| XYZ | 37.53 | 24.02 | 60.42 | - |
| YUV | 136.85 | 166.46 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 94 | 205 | 0.05 | 0.54 | 0 | 0.20 | 294.59 | 0.53 | 0.59 |
| Hex | C3 | 5E | CD | 5 | 36 | 0 | 14 | 127 | 35 | 3B |
| Octal | 303 | 136 | 315 | 5 | 66 | 0 | 24 | 447 | 65 | 73 |
| Binary | 11000011 | 1011110 | 11001101 | 101 | 110110 | 0 | 10100 | 100100111 | 110101 | 111011 |
Color Harmonies of #C35ECD
Complementary color
Monochromatic Colors of #C35ECD
Black with #C35ECD
Text Example
Text Example
White with #C35ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35ECD; }
p { color: rgb(195,94,205); }
H1.HeaderClassName
{
color: #C35ECD;
}
.AnyTagClassName
{
color: #C35ECD;
}
</style>
background-color css
<style>
a { background-color: #C35ECD; }
a { background-color: rgb(195,94,205); }
div.DivClassName
{
background-color: #C35ECD;
}
.BgClassName
{
background-color: #C35ECD;
}
</style>
border-color css
<style>
span { border-color: #C35ECD; }
span { border-color: rgb(195,94,205); }
td.TdClassName
{
border-color: #C35ECD;
}
.TagClassName
{
border-color: #C35ECD;
}
</style>