Shades of Medium Orchid #C35FDB
Tints of Medium Orchid #C35FDB
RGB
CMYK
RGB Variations
Color information
#C35FDB (or 0xC35FDB) is known color: Medium Orchid. HEX triplet: C3, 5F and DB. RGB value is (195,95,219). Sum of RGB (Red+Green+Blue) = 195+95+219=509 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.31% from 509); Green value is 95 (37.5% from 255 or 18.66% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #C35FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35FDB is #3CA024. Grayscale: #8A8A8A. Windows color (decimal): -3973157 or 14376899. OLE color: 14376899.
HSL color Cylindrical-coordinate representation of color #C35FDB: hue angle of 288.39º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C35FDB is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 95 | 219 | - |
| CMYK | 0.11 | 0.57 | 0 | 0.14 |
| HSL | 288.39º | 0.63% | 0.62% | - |
| HSV(B) | 288.39º | 0.57% | 0.86% | - |
| XYZ | 39.38 | 24.9 | 69.75 | - |
| YUV | 139.04 | 173.13 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 95 | 219 | 0.11 | 0.57 | 0 | 0.14 | 288.39 | 0.63 | 0.62 |
| Hex | C3 | 5F | DB | B | 39 | 0 | E | 120 | 3F | 3E |
| Octal | 303 | 137 | 333 | 13 | 71 | 0 | 16 | 440 | 77 | 76 |
| Binary | 11000011 | 1011111 | 11011011 | 1011 | 111001 | 0 | 1110 | 100100000 | 111111 | 111110 |
Color Harmonies of #C35FDB
Complementary color
Monochromatic Colors of #C35FDB
Black with #C35FDB
Text Example
Text Example
White with #C35FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35FDB; }
p { color: rgb(195,95,219); }
H1.HeaderClassName
{
color: #C35FDB;
}
.AnyTagClassName
{
color: #C35FDB;
}
</style>
background-color css
<style>
a { background-color: #C35FDB; }
a { background-color: rgb(195,95,219); }
div.DivClassName
{
background-color: #C35FDB;
}
.BgClassName
{
background-color: #C35FDB;
}
</style>
border-color css
<style>
span { border-color: #C35FDB; }
span { border-color: rgb(195,95,219); }
td.TdClassName
{
border-color: #C35FDB;
}
.TagClassName
{
border-color: #C35FDB;
}
</style>