Shades of Medium Orchid #C75DDB
Tints of Medium Orchid #C75DDB
RGB
CMYK
RGB Variations
Color information
#C75DDB (or 0xC75DDB) is known color: Medium Orchid. HEX triplet: C7, 5D and DB. RGB value is (199,93,219). Sum of RGB (Red+Green+Blue) = 199+93+219=511 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.94% from 511); Green value is 93 (36.72% from 255 or 18.20% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #C75DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75DDB is #38A224. Grayscale: #8A8A8A. Windows color (decimal): -3711525 or 14376391. OLE color: 14376391.
HSL color Cylindrical-coordinate representation of color #C75DDB: hue angle of 290.48º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C75DDB is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 93 | 219 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.14 |
| HSL | 290.48º | 0.64% | 0.61% | - |
| HSV(B) | 290.48º | 0.58% | 0.86% | - |
| XYZ | 40.25 | 25.09 | 69.74 | - |
| YUV | 139.06 | 173.12 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 93 | 219 | 0.09 | 0.58 | 0 | 0.14 | 290.48 | 0.64 | 0.61 |
| Hex | C7 | 5D | DB | 9 | 3A | 0 | E | 122 | 40 | 3D |
| Octal | 307 | 135 | 333 | 11 | 72 | 0 | 16 | 442 | 100 | 75 |
| Binary | 11000111 | 1011101 | 11011011 | 1001 | 111010 | 0 | 1110 | 100100010 | 1000000 | 111101 |
Color Harmonies of #C75DDB
Complementary color
Monochromatic Colors of #C75DDB
Black with #C75DDB
Text Example
Text Example
White with #C75DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75DDB; }
p { color: rgb(199,93,219); }
H1.HeaderClassName
{
color: #C75DDB;
}
.AnyTagClassName
{
color: #C75DDB;
}
</style>
background-color css
<style>
a { background-color: #C75DDB; }
a { background-color: rgb(199,93,219); }
div.DivClassName
{
background-color: #C75DDB;
}
.BgClassName
{
background-color: #C75DDB;
}
</style>
border-color css
<style>
span { border-color: #C75DDB; }
span { border-color: rgb(199,93,219); }
td.TdClassName
{
border-color: #C75DDB;
}
.TagClassName
{
border-color: #C75DDB;
}
</style>