Shades of Medium Orchid #C75DD0
Tints of Medium Orchid #C75DD0
RGB
CMYK
RGB Variations
Color information
#C75DD0 (or 0xC75DD0) is known color: Medium Orchid. HEX triplet: C7, 5D and D0. RGB value is (199,93,208). Sum of RGB (Red+Green+Blue) = 199+93+208=500 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.8% from 500); Green value is 93 (36.72% from 255 or 18.6% from 500); Blue value is 208 (81.64% from 255 or 41.6% from 500); Max value from RGB is 208 - color contains mainly: blue. Hex color #C75DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75DD0 is #38A22F. Grayscale: #898989. Windows color (decimal): -3711536 or 13655495. OLE color: 13655495.
HSL color Cylindrical-coordinate representation of color #C75DD0: hue angle of 295.3º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C75DD0 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 93 | 208 | - |
| CMYK | 0.04 | 0.55 | 0 | 0.18 |
| HSL | 295.3º | 0.55% | 0.59% | - |
| HSV(B) | 295.3º | 0.55% | 0.82% | - |
| XYZ | 38.85 | 24.52 | 62.36 | - |
| YUV | 137.8 | 167.62 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 93 | 208 | 0.04 | 0.55 | 0 | 0.18 | 295.3 | 0.55 | 0.59 |
| Hex | C7 | 5D | D0 | 4 | 37 | 0 | 12 | 127 | 37 | 3B |
| Octal | 307 | 135 | 320 | 4 | 67 | 0 | 22 | 447 | 67 | 73 |
| Binary | 11000111 | 1011101 | 11010000 | 100 | 110111 | 0 | 10010 | 100100111 | 110111 | 111011 |
Color Harmonies of #C75DD0
Complementary color
Monochromatic Colors of #C75DD0
Black with #C75DD0
Text Example
Text Example
White with #C75DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75DD0; }
p { color: rgb(199,93,208); }
H1.HeaderClassName
{
color: #C75DD0;
}
.AnyTagClassName
{
color: #C75DD0;
}
</style>
background-color css
<style>
a { background-color: #C75DD0; }
a { background-color: rgb(199,93,208); }
div.DivClassName
{
background-color: #C75DD0;
}
.BgClassName
{
background-color: #C75DD0;
}
</style>
border-color css
<style>
span { border-color: #C75DD0; }
span { border-color: rgb(199,93,208); }
td.TdClassName
{
border-color: #C75DD0;
}
.TagClassName
{
border-color: #C75DD0;
}
</style>