Shades of Medium Orchid #C75FDC
Tints of Medium Orchid #C75FDC
RGB
CMYK
RGB Variations
Color information
#C75FDC (or 0xC75FDC) is known color: Medium Orchid. HEX triplet: C7, 5F and DC. RGB value is (199,95,220). Sum of RGB (Red+Green+Blue) = 199+95+220=514 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.72% from 514); Green value is 95 (37.5% from 255 or 18.48% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #C75FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75FDC is #38A023. Grayscale: #8B8B8B. Windows color (decimal): -3711012 or 14442439. OLE color: 14442439.
HSL color Cylindrical-coordinate representation of color #C75FDC: hue angle of 289.92º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C75FDC is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 95 | 220 | - |
| CMYK | 0.10 | 0.57 | 0 | 0.14 |
| HSL | 289.92º | 0.64% | 0.62% | - |
| HSV(B) | 289.92º | 0.57% | 0.86% | - |
| XYZ | 40.56 | 25.49 | 70.49 | - |
| YUV | 140.35 | 172.96 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 95 | 220 | 0.10 | 0.57 | 0 | 0.14 | 289.92 | 0.64 | 0.62 |
| Hex | C7 | 5F | DC | A | 39 | 0 | E | 122 | 40 | 3E |
| Octal | 307 | 137 | 334 | 12 | 71 | 0 | 16 | 442 | 100 | 76 |
| Binary | 11000111 | 1011111 | 11011100 | 1010 | 111001 | 0 | 1110 | 100100010 | 1000000 | 111110 |
Color Harmonies of #C75FDC
Complementary color
Monochromatic Colors of #C75FDC
Black with #C75FDC
Text Example
Text Example
White with #C75FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75FDC; }
p { color: rgb(199,95,220); }
H1.HeaderClassName
{
color: #C75FDC;
}
.AnyTagClassName
{
color: #C75FDC;
}
</style>
background-color css
<style>
a { background-color: #C75FDC; }
a { background-color: rgb(199,95,220); }
div.DivClassName
{
background-color: #C75FDC;
}
.BgClassName
{
background-color: #C75FDC;
}
</style>
border-color css
<style>
span { border-color: #C75FDC; }
span { border-color: rgb(199,95,220); }
td.TdClassName
{
border-color: #C75FDC;
}
.TagClassName
{
border-color: #C75FDC;
}
</style>