Shades of Medium Orchid #C35EDC
Tints of Medium Orchid #C35EDC
RGB
CMYK
RGB Variations
Color information
#C35EDC (or 0xC35EDC) is known color: Medium Orchid. HEX triplet: C3, 5E and DC. RGB value is (195,94,220). Sum of RGB (Red+Green+Blue) = 195+94+220=509 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.31% from 509); Green value is 94 (37.11% from 255 or 18.47% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #C35EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35EDC is #3CA123. Grayscale: #8A8A8A. Windows color (decimal): -3973412 or 14442179. OLE color: 14442179.
HSL color Cylindrical-coordinate representation of color #C35EDC: hue angle of 288.1º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C35EDC is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 94 | 220 | - |
| CMYK | 0.11 | 0.57 | 0 | 0.14 |
| HSL | 288.1º | 0.64% | 0.62% | - |
| HSV(B) | 288.1º | 0.57% | 0.86% | - |
| XYZ | 39.43 | 24.77 | 70.41 | - |
| YUV | 138.56 | 173.96 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 94 | 220 | 0.11 | 0.57 | 0 | 0.14 | 288.1 | 0.64 | 0.62 |
| Hex | C3 | 5E | DC | B | 39 | 0 | E | 120 | 40 | 3E |
| Octal | 303 | 136 | 334 | 13 | 71 | 0 | 16 | 440 | 100 | 76 |
| Binary | 11000011 | 1011110 | 11011100 | 1011 | 111001 | 0 | 1110 | 100100000 | 1000000 | 111110 |
Color Harmonies of #C35EDC
Complementary color
Monochromatic Colors of #C35EDC
Black with #C35EDC
Text Example
Text Example
White with #C35EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35EDC; }
p { color: rgb(195,94,220); }
H1.HeaderClassName
{
color: #C35EDC;
}
.AnyTagClassName
{
color: #C35EDC;
}
</style>
background-color css
<style>
a { background-color: #C35EDC; }
a { background-color: rgb(195,94,220); }
div.DivClassName
{
background-color: #C35EDC;
}
.BgClassName
{
background-color: #C35EDC;
}
</style>
border-color css
<style>
span { border-color: #C35EDC; }
span { border-color: rgb(195,94,220); }
td.TdClassName
{
border-color: #C35EDC;
}
.TagClassName
{
border-color: #C35EDC;
}
</style>