Shades of Medium Orchid #C758DD
Tints of Medium Orchid #C758DD
RGB
CMYK
RGB Variations
Color information
#C758DD (or 0xC758DD) is known color: Medium Orchid. HEX triplet: C7, 58 and DD. RGB value is (199,88,221). Sum of RGB (Red+Green+Blue) = 199+88+221=508 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.17% from 508); Green value is 88 (34.77% from 255 or 17.32% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #C758DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C758DD is #38A722. Grayscale: #878787. Windows color (decimal): -3712803 or 14506183. OLE color: 14506183.
HSL color Cylindrical-coordinate representation of color #C758DD: hue angle of 290.08º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C758DD is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 88 | 221 | - |
| CMYK | 0.10 | 0.60 | 0 | 0.13 |
| HSL | 290.08º | 0.66% | 0.61% | - |
| HSV(B) | 290.08º | 0.6% | 0.87% | - |
| XYZ | 40.09 | 24.34 | 70.99 | - |
| YUV | 136.35 | 175.77 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 88 | 221 | 0.10 | 0.60 | 0 | 0.13 | 290.08 | 0.66 | 0.61 |
| Hex | C7 | 58 | DD | A | 3C | 0 | D | 122 | 42 | 3D |
| Octal | 307 | 130 | 335 | 12 | 74 | 0 | 15 | 442 | 102 | 75 |
| Binary | 11000111 | 1011000 | 11011101 | 1010 | 111100 | 0 | 1101 | 100100010 | 1000010 | 111101 |
Color Harmonies of #C758DD
Complementary color
Monochromatic Colors of #C758DD
Black with #C758DD
Text Example
Text Example
White with #C758DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C758DD; }
p { color: rgb(199,88,221); }
H1.HeaderClassName
{
color: #C758DD;
}
.AnyTagClassName
{
color: #C758DD;
}
</style>
background-color css
<style>
a { background-color: #C758DD; }
a { background-color: rgb(199,88,221); }
div.DivClassName
{
background-color: #C758DD;
}
.BgClassName
{
background-color: #C758DD;
}
</style>
border-color css
<style>
span { border-color: #C758DD; }
span { border-color: rgb(199,88,221); }
td.TdClassName
{
border-color: #C758DD;
}
.TagClassName
{
border-color: #C758DD;
}
</style>