Shades of Medium Orchid #C35ADB
Tints of Medium Orchid #C35ADB
RGB
CMYK
RGB Variations
Color information
#C35ADB (or 0xC35ADB) is known color: Medium Orchid. HEX triplet: C3, 5A and DB. RGB value is (195,90,219). Sum of RGB (Red+Green+Blue) = 195+90+219=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 90 (35.55% from 255 or 17.86% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #C35ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35ADB is #3CA524. Grayscale: #878787. Windows color (decimal): -3974437 or 14375619. OLE color: 14375619.
HSL color Cylindrical-coordinate representation of color #C35ADB: hue angle of 288.84º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C35ADB is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 90 | 219 | - |
| CMYK | 0.11 | 0.59 | 0 | 0.14 |
| HSL | 288.84º | 0.64% | 0.61% | - |
| HSV(B) | 288.84º | 0.59% | 0.86% | - |
| XYZ | 38.95 | 24.03 | 69.6 | - |
| YUV | 136.1 | 174.79 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 90 | 219 | 0.11 | 0.59 | 0 | 0.14 | 288.84 | 0.64 | 0.61 |
| Hex | C3 | 5A | DB | B | 3B | 0 | E | 121 | 40 | 3D |
| Octal | 303 | 132 | 333 | 13 | 73 | 0 | 16 | 441 | 100 | 75 |
| Binary | 11000011 | 1011010 | 11011011 | 1011 | 111011 | 0 | 1110 | 100100001 | 1000000 | 111101 |
Color Harmonies of #C35ADB
Complementary color
Monochromatic Colors of #C35ADB
Black with #C35ADB
Text Example
Text Example
White with #C35ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35ADB; }
p { color: rgb(195,90,219); }
H1.HeaderClassName
{
color: #C35ADB;
}
.AnyTagClassName
{
color: #C35ADB;
}
</style>
background-color css
<style>
a { background-color: #C35ADB; }
a { background-color: rgb(195,90,219); }
div.DivClassName
{
background-color: #C35ADB;
}
.BgClassName
{
background-color: #C35ADB;
}
</style>
border-color css
<style>
span { border-color: #C35ADB; }
span { border-color: rgb(195,90,219); }
td.TdClassName
{
border-color: #C35ADB;
}
.TagClassName
{
border-color: #C35ADB;
}
</style>