Shades of Medium Orchid #C75ADB
Tints of Medium Orchid #C75ADB
RGB
CMYK
RGB Variations
Color information
#C75ADB (or 0xC75ADB) is known color: Medium Orchid. HEX triplet: C7, 5A and DB. RGB value is (199,90,219). Sum of RGB (Red+Green+Blue) = 199+90+219=508 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.17% from 508); Green value is 90 (35.55% from 255 or 17.72% 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 #C75ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75ADB is #38A524. Grayscale: #888888. Windows color (decimal): -3712293 or 14375623. OLE color: 14375623.
HSL color Cylindrical-coordinate representation of color #C75ADB: hue angle of 290.7º 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 #C75ADB is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 90 | 219 | - |
| CMYK | 0.09 | 0.59 | 0 | 0.14 |
| HSL | 290.7º | 0.64% | 0.61% | - |
| HSV(B) | 290.7º | 0.59% | 0.86% | - |
| XYZ | 40 | 24.57 | 69.65 | - |
| YUV | 137.3 | 174.11 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 90 | 219 | 0.09 | 0.59 | 0 | 0.14 | 290.7 | 0.64 | 0.61 |
| Hex | C7 | 5A | DB | 9 | 3B | 0 | E | 123 | 40 | 3D |
| Octal | 307 | 132 | 333 | 11 | 73 | 0 | 16 | 443 | 100 | 75 |
| Binary | 11000111 | 1011010 | 11011011 | 1001 | 111011 | 0 | 1110 | 100100011 | 1000000 | 111101 |
Color Harmonies of #C75ADB
Complementary color
Monochromatic Colors of #C75ADB
Black with #C75ADB
Text Example
Text Example
White with #C75ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75ADB; }
p { color: rgb(199,90,219); }
H1.HeaderClassName
{
color: #C75ADB;
}
.AnyTagClassName
{
color: #C75ADB;
}
</style>
background-color css
<style>
a { background-color: #C75ADB; }
a { background-color: rgb(199,90,219); }
div.DivClassName
{
background-color: #C75ADB;
}
.BgClassName
{
background-color: #C75ADB;
}
</style>
border-color css
<style>
span { border-color: #C75ADB; }
span { border-color: rgb(199,90,219); }
td.TdClassName
{
border-color: #C75ADB;
}
.TagClassName
{
border-color: #C75ADB;
}
</style>