Shades of Medium Orchid #C35DE0
Tints of Medium Orchid #C35DE0
RGB
CMYK
RGB Variations
Color information
#C35DE0 (or 0xC35DE0) is known color: Medium Orchid. HEX triplet: C3, 5D and E0. RGB value is (195,93,224). Sum of RGB (Red+Green+Blue) = 195+93+224=512 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.09% from 512); Green value is 93 (36.72% from 255 or 18.16% from 512); Blue value is 224 (87.89% from 255 or 43.75% from 512); Max value from RGB is 224 - color contains mainly: blue. Hex color #C35DE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35DE0 is #3CA21F. Grayscale: #8A8A8A. Windows color (decimal): -3973664 or 14704067. OLE color: 14704067.
HSL color Cylindrical-coordinate representation of color #C35DE0: hue angle of 286.72º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C35DE0 is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 195 | 93 | 224 | - |
| CMYK | 0.13 | 0.58 | 0 | 0.12 |
| HSL | 286.72º | 0.68% | 0.62% | - |
| HSV(B) | 286.72º | 0.58% | 0.88% | - |
| XYZ | 39.87 | 24.81 | 73.21 | - |
| YUV | 138.43 | 176.29 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 93 | 224 | 0.13 | 0.58 | 0 | 0.12 | 286.72 | 0.68 | 0.62 |
| Hex | C3 | 5D | E0 | D | 3A | 0 | C | 11F | 44 | 3E |
| Octal | 303 | 135 | 340 | 15 | 72 | 0 | 14 | 437 | 104 | 76 |
| Binary | 11000011 | 1011101 | 11100000 | 1101 | 111010 | 0 | 1100 | 100011111 | 1000100 | 111110 |
Color Harmonies of #C35DE0
Complementary color
Monochromatic Colors of #C35DE0
Black with #C35DE0
Text Example
Text Example
White with #C35DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35DE0; }
p { color: rgb(195,93,224); }
H1.HeaderClassName
{
color: #C35DE0;
}
.AnyTagClassName
{
color: #C35DE0;
}
</style>
background-color css
<style>
a { background-color: #C35DE0; }
a { background-color: rgb(195,93,224); }
div.DivClassName
{
background-color: #C35DE0;
}
.BgClassName
{
background-color: #C35DE0;
}
</style>
border-color css
<style>
span { border-color: #C35DE0; }
span { border-color: rgb(195,93,224); }
td.TdClassName
{
border-color: #C35DE0;
}
.TagClassName
{
border-color: #C35DE0;
}
</style>