Shades of Medium Orchid #C75DDC
Tints of Medium Orchid #C75DDC
RGB
CMYK
RGB Variations
Color information
#C75DDC (or 0xC75DDC) is known color: Medium Orchid. HEX triplet: C7, 5D and DC. RGB value is (199,93,220). Sum of RGB (Red+Green+Blue) = 199+93+220=512 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.87% from 512); Green value is 93 (36.72% from 255 or 18.16% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #C75DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75DDC is #38A223. Grayscale: #8A8A8A. Windows color (decimal): -3711524 or 14441927. OLE color: 14441927.
HSL color Cylindrical-coordinate representation of color #C75DDC: hue angle of 290.08º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C75DDC is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 93 | 220 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.14 |
| HSL | 290.08º | 0.64% | 0.61% | - |
| HSV(B) | 290.08º | 0.58% | 0.86% | - |
| XYZ | 40.39 | 25.14 | 70.43 | - |
| YUV | 139.17 | 173.62 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 93 | 220 | 0.10 | 0.58 | 0 | 0.14 | 290.08 | 0.64 | 0.61 |
| Hex | C7 | 5D | DC | A | 3A | 0 | E | 122 | 40 | 3D |
| Octal | 307 | 135 | 334 | 12 | 72 | 0 | 16 | 442 | 100 | 75 |
| Binary | 11000111 | 1011101 | 11011100 | 1010 | 111010 | 0 | 1110 | 100100010 | 1000000 | 111101 |
Color Harmonies of #C75DDC
Complementary color
Monochromatic Colors of #C75DDC
Black with #C75DDC
Text Example
Text Example
White with #C75DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75DDC; }
p { color: rgb(199,93,220); }
H1.HeaderClassName
{
color: #C75DDC;
}
.AnyTagClassName
{
color: #C75DDC;
}
</style>
background-color css
<style>
a { background-color: #C75DDC; }
a { background-color: rgb(199,93,220); }
div.DivClassName
{
background-color: #C75DDC;
}
.BgClassName
{
background-color: #C75DDC;
}
</style>
border-color css
<style>
span { border-color: #C75DDC; }
span { border-color: rgb(199,93,220); }
td.TdClassName
{
border-color: #C75DDC;
}
.TagClassName
{
border-color: #C75DDC;
}
</style>