Shades of Medium Orchid #C35EDE
Tints of Medium Orchid #C35EDE
RGB
CMYK
RGB Variations
Color information
#C35EDE (or 0xC35EDE) is known color: Medium Orchid. HEX triplet: C3, 5E and DE. RGB value is (195,94,222). Sum of RGB (Red+Green+Blue) = 195+94+222=511 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.16% from 511); Green value is 94 (37.11% from 255 or 18.40% from 511); Blue value is 222 (87.11% from 255 or 43.44% from 511); Max value from RGB is 222 - color contains mainly: blue. Hex color #C35EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35EDE is #3CA121. Grayscale: #8A8A8A. Windows color (decimal): -3973410 or 14573251. OLE color: 14573251.
HSL color Cylindrical-coordinate representation of color #C35EDE: hue angle of 287.34º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C35EDE is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 94 | 222 | - |
| CMYK | 0.12 | 0.58 | 0 | 0.13 |
| HSL | 287.34º | 0.66% | 0.62% | - |
| HSV(B) | 287.34º | 0.58% | 0.87% | - |
| XYZ | 39.69 | 24.88 | 71.82 | - |
| YUV | 138.79 | 174.96 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 94 | 222 | 0.12 | 0.58 | 0 | 0.13 | 287.34 | 0.66 | 0.62 |
| Hex | C3 | 5E | DE | C | 3A | 0 | D | 11F | 42 | 3E |
| Octal | 303 | 136 | 336 | 14 | 72 | 0 | 15 | 437 | 102 | 76 |
| Binary | 11000011 | 1011110 | 11011110 | 1100 | 111010 | 0 | 1101 | 100011111 | 1000010 | 111110 |
Color Harmonies of #C35EDE
Complementary color
Monochromatic Colors of #C35EDE
Black with #C35EDE
Text Example
Text Example
White with #C35EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35EDE; }
p { color: rgb(195,94,222); }
H1.HeaderClassName
{
color: #C35EDE;
}
.AnyTagClassName
{
color: #C35EDE;
}
</style>
background-color css
<style>
a { background-color: #C35EDE; }
a { background-color: rgb(195,94,222); }
div.DivClassName
{
background-color: #C35EDE;
}
.BgClassName
{
background-color: #C35EDE;
}
</style>
border-color css
<style>
span { border-color: #C35EDE; }
span { border-color: rgb(195,94,222); }
td.TdClassName
{
border-color: #C35EDE;
}
.TagClassName
{
border-color: #C35EDE;
}
</style>