Shades of Medium Orchid #C35EDB
Tints of Medium Orchid #C35EDB
RGB
CMYK
RGB Variations
Color information
#C35EDB (or 0xC35EDB) is known color: Medium Orchid. HEX triplet: C3, 5E and DB. RGB value is (195,94,219). Sum of RGB (Red+Green+Blue) = 195+94+219=508 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.39% from 508); Green value is 94 (37.11% from 255 or 18.50% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #C35EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35EDB is #3CA124. Grayscale: #8A8A8A. Windows color (decimal): -3973413 or 14376643. OLE color: 14376643.
HSL color Cylindrical-coordinate representation of color #C35EDB: hue angle of 288.48º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C35EDB is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 94 | 219 | - |
| CMYK | 0.11 | 0.57 | 0 | 0.14 |
| HSL | 288.48º | 0.63% | 0.61% | - |
| HSV(B) | 288.48º | 0.57% | 0.86% | - |
| XYZ | 39.29 | 24.72 | 69.72 | - |
| YUV | 138.45 | 173.46 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 94 | 219 | 0.11 | 0.57 | 0 | 0.14 | 288.48 | 0.63 | 0.61 |
| Hex | C3 | 5E | DB | B | 39 | 0 | E | 120 | 3F | 3D |
| Octal | 303 | 136 | 333 | 13 | 71 | 0 | 16 | 440 | 77 | 75 |
| Binary | 11000011 | 1011110 | 11011011 | 1011 | 111001 | 0 | 1110 | 100100000 | 111111 | 111101 |
Color Harmonies of #C35EDB
Complementary color
Monochromatic Colors of #C35EDB
Black with #C35EDB
Text Example
Text Example
White with #C35EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35EDB; }
p { color: rgb(195,94,219); }
H1.HeaderClassName
{
color: #C35EDB;
}
.AnyTagClassName
{
color: #C35EDB;
}
</style>
background-color css
<style>
a { background-color: #C35EDB; }
a { background-color: rgb(195,94,219); }
div.DivClassName
{
background-color: #C35EDB;
}
.BgClassName
{
background-color: #C35EDB;
}
</style>
border-color css
<style>
span { border-color: #C35EDB; }
span { border-color: rgb(195,94,219); }
td.TdClassName
{
border-color: #C35EDB;
}
.TagClassName
{
border-color: #C35EDB;
}
</style>