Shades of Medium Orchid #C758D0
Tints of Medium Orchid #C758D0
RGB
CMYK
RGB Variations
Color information
#C758D0 (or 0xC758D0) is known color: Medium Orchid. HEX triplet: C7, 58 and D0. RGB value is (199,88,208). Sum of RGB (Red+Green+Blue) = 199+88+208=495 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.20% from 495); Green value is 88 (34.77% from 255 or 17.78% from 495); Blue value is 208 (81.64% from 255 or 42.02% from 495); Max value from RGB is 208 - color contains mainly: blue. Hex color #C758D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C758D0 is #38A72F. Grayscale: #868686. Windows color (decimal): -3712816 or 13654215. OLE color: 13654215.
HSL color Cylindrical-coordinate representation of color #C758D0: hue angle of 295.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C758D0 is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 88 | 208 | - |
| CMYK | 0.04 | 0.58 | 0 | 0.18 |
| HSL | 295.5º | 0.56% | 0.58% | - |
| HSV(B) | 295.5º | 0.58% | 0.82% | - |
| XYZ | 38.43 | 23.68 | 62.22 | - |
| YUV | 134.87 | 169.27 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 88 | 208 | 0.04 | 0.58 | 0 | 0.18 | 295.5 | 0.56 | 0.58 |
| Hex | C7 | 58 | D0 | 4 | 3A | 0 | 12 | 128 | 38 | 3A |
| Octal | 307 | 130 | 320 | 4 | 72 | 0 | 22 | 450 | 70 | 72 |
| Binary | 11000111 | 1011000 | 11010000 | 100 | 111010 | 0 | 10010 | 100101000 | 111000 | 111010 |
Color Harmonies of #C758D0
Complementary color
Monochromatic Colors of #C758D0
Black with #C758D0
Text Example
Text Example
White with #C758D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C758D0; }
p { color: rgb(199,88,208); }
H1.HeaderClassName
{
color: #C758D0;
}
.AnyTagClassName
{
color: #C758D0;
}
</style>
background-color css
<style>
a { background-color: #C758D0; }
a { background-color: rgb(199,88,208); }
div.DivClassName
{
background-color: #C758D0;
}
.BgClassName
{
background-color: #C758D0;
}
</style>
border-color css
<style>
span { border-color: #C758D0; }
span { border-color: rgb(199,88,208); }
td.TdClassName
{
border-color: #C758D0;
}
.TagClassName
{
border-color: #C758D0;
}
</style>