Shades of Medium Orchid #C35CE1
Tints of Medium Orchid #C35CE1
RGB
CMYK
RGB Variations
Color information
#C35CE1 (or 0xC35CE1) is known color: Medium Orchid. HEX triplet: C3, 5C and E1. RGB value is (195,92,225). Sum of RGB (Red+Green+Blue) = 195+92+225=512 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.09% from 512); Green value is 92 (36.33% from 255 or 17.97% from 512); Blue value is 225 (88.28% from 255 or 43.95% from 512); Max value from RGB is 225 - color contains mainly: blue. Hex color #C35CE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35CE1 is #3CA31E. Grayscale: #898989. Windows color (decimal): -3973919 or 14769347. OLE color: 14769347.
HSL color Cylindrical-coordinate representation of color #C35CE1: hue angle of 286.47º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C35CE1 is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 195 | 92 | 225 | - |
| CMYK | 0.13 | 0.59 | 0 | 0.12 |
| HSL | 286.47º | 0.69% | 0.62% | - |
| HSV(B) | 286.47º | 0.59% | 0.88% | - |
| XYZ | 39.92 | 24.69 | 73.9 | - |
| YUV | 137.96 | 177.12 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 92 | 225 | 0.13 | 0.59 | 0 | 0.12 | 286.47 | 0.69 | 0.62 |
| Hex | C3 | 5C | E1 | D | 3B | 0 | C | 11E | 45 | 3E |
| Octal | 303 | 134 | 341 | 15 | 73 | 0 | 14 | 436 | 105 | 76 |
| Binary | 11000011 | 1011100 | 11100001 | 1101 | 111011 | 0 | 1100 | 100011110 | 1000101 | 111110 |
Color Harmonies of #C35CE1
Complementary color
Monochromatic Colors of #C35CE1
Black with #C35CE1
Text Example
Text Example
White with #C35CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35CE1; }
p { color: rgb(195,92,225); }
H1.HeaderClassName
{
color: #C35CE1;
}
.AnyTagClassName
{
color: #C35CE1;
}
</style>
background-color css
<style>
a { background-color: #C35CE1; }
a { background-color: rgb(195,92,225); }
div.DivClassName
{
background-color: #C35CE1;
}
.BgClassName
{
background-color: #C35CE1;
}
</style>
border-color css
<style>
span { border-color: #C35CE1; }
span { border-color: rgb(195,92,225); }
td.TdClassName
{
border-color: #C35CE1;
}
.TagClassName
{
border-color: #C35CE1;
}
</style>