Shades of Medium Orchid #C35EE7
Tints of Medium Orchid #C35EE7
RGB
CMYK
RGB Variations
Color information
#C35EE7 (or 0xC35EE7) is known color: Medium Orchid. HEX triplet: C3, 5E and E7. RGB value is (195,94,231). Sum of RGB (Red+Green+Blue) = 195+94+231=520 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.5% from 520); Green value is 94 (37.11% from 255 or 18.08% from 520); Blue value is 231 (90.62% from 255 or 44.42% from 520); Max value from RGB is 231 - color contains mainly: blue. Hex color #C35EE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C35EE7 is #3CA118. Grayscale: #8B8B8B. Windows color (decimal): -3973401 or 15163075. OLE color: 15163075.
HSL color Cylindrical-coordinate representation of color #C35EE7: hue angle of 284.23º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C35EE7 is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 195 | 94 | 231 | - |
| CMYK | 0.16 | 0.59 | 0 | 0.09 |
| HSL | 284.23º | 0.74% | 0.64% | - |
| HSV(B) | 284.23º | 0.59% | 0.91% | - |
| XYZ | 40.93 | 25.38 | 78.34 | - |
| YUV | 139.82 | 179.46 | 167.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 94 | 231 | 0.16 | 0.59 | 0 | 0.09 | 284.23 | 0.74 | 0.64 |
| Hex | C3 | 5E | E7 | 10 | 3B | 0 | 9 | 11C | 4A | 40 |
| Octal | 303 | 136 | 347 | 20 | 73 | 0 | 11 | 434 | 112 | 100 |
| Binary | 11000011 | 1011110 | 11100111 | 10000 | 111011 | 0 | 1001 | 100011100 | 1001010 | 1000000 |
Color Harmonies of #C35EE7
Complementary color
Monochromatic Colors of #C35EE7
Black with #C35EE7
Text Example
Text Example
White with #C35EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35EE7; }
p { color: rgb(195,94,231); }
H1.HeaderClassName
{
color: #C35EE7;
}
.AnyTagClassName
{
color: #C35EE7;
}
</style>
background-color css
<style>
a { background-color: #C35EE7; }
a { background-color: rgb(195,94,231); }
div.DivClassName
{
background-color: #C35EE7;
}
.BgClassName
{
background-color: #C35EE7;
}
</style>
border-color css
<style>
span { border-color: #C35EE7; }
span { border-color: rgb(195,94,231); }
td.TdClassName
{
border-color: #C35EE7;
}
.TagClassName
{
border-color: #C35EE7;
}
</style>