Shades of Medium Orchid #C758DB
Tints of Medium Orchid #C758DB
RGB
CMYK
RGB Variations
Color information
#C758DB (or 0xC758DB) is known color: Medium Orchid. HEX triplet: C7, 58 and DB. RGB value is (199,88,219). Sum of RGB (Red+Green+Blue) = 199+88+219=506 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.33% from 506); Green value is 88 (34.77% from 255 or 17.39% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #C758DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C758DB is #38A724. Grayscale: #878787. Windows color (decimal): -3712805 or 14375111. OLE color: 14375111.
HSL color Cylindrical-coordinate representation of color #C758DB: hue angle of 290.84º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C758DB is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 88 | 219 | - |
| CMYK | 0.09 | 0.60 | 0 | 0.14 |
| HSL | 290.84º | 0.65% | 0.6% | - |
| HSV(B) | 290.84º | 0.6% | 0.86% | - |
| XYZ | 39.83 | 24.24 | 69.6 | - |
| YUV | 136.12 | 174.77 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 88 | 219 | 0.09 | 0.60 | 0 | 0.14 | 290.84 | 0.65 | 0.6 |
| Hex | C7 | 58 | DB | 9 | 3C | 0 | E | 123 | 41 | 3C |
| Octal | 307 | 130 | 333 | 11 | 74 | 0 | 16 | 443 | 101 | 74 |
| Binary | 11000111 | 1011000 | 11011011 | 1001 | 111100 | 0 | 1110 | 100100011 | 1000001 | 111100 |
Color Harmonies of #C758DB
Complementary color
Monochromatic Colors of #C758DB
Black with #C758DB
Text Example
Text Example
White with #C758DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C758DB; }
p { color: rgb(199,88,219); }
H1.HeaderClassName
{
color: #C758DB;
}
.AnyTagClassName
{
color: #C758DB;
}
</style>
background-color css
<style>
a { background-color: #C758DB; }
a { background-color: rgb(199,88,219); }
div.DivClassName
{
background-color: #C758DB;
}
.BgClassName
{
background-color: #C758DB;
}
</style>
border-color css
<style>
span { border-color: #C758DB; }
span { border-color: rgb(199,88,219); }
td.TdClassName
{
border-color: #C758DB;
}
.TagClassName
{
border-color: #C758DB;
}
</style>