Shades of Medium Orchid #C75BDC
Tints of Medium Orchid #C75BDC
RGB
CMYK
RGB Variations
Color information
#C75BDC (or 0xC75BDC) is known color: Medium Orchid. HEX triplet: C7, 5B and DC. RGB value is (199,91,220). Sum of RGB (Red+Green+Blue) = 199+91+220=510 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.02% from 510); Green value is 91 (35.94% from 255 or 17.84% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 220 - color contains mainly: blue. Hex color #C75BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75BDC is #38A423. Grayscale: #898989. Windows color (decimal): -3712036 or 14441415. OLE color: 14441415.
HSL color Cylindrical-coordinate representation of color #C75BDC: hue angle of 290.23º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C75BDC is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 91 | 220 | - |
| CMYK | 0.10 | 0.59 | 0 | 0.14 |
| HSL | 290.23º | 0.65% | 0.61% | - |
| HSV(B) | 290.23º | 0.59% | 0.86% | - |
| XYZ | 40.21 | 24.79 | 70.38 | - |
| YUV | 138 | 174.28 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 91 | 220 | 0.10 | 0.59 | 0 | 0.14 | 290.23 | 0.65 | 0.61 |
| Hex | C7 | 5B | DC | A | 3B | 0 | E | 122 | 41 | 3D |
| Octal | 307 | 133 | 334 | 12 | 73 | 0 | 16 | 442 | 101 | 75 |
| Binary | 11000111 | 1011011 | 11011100 | 1010 | 111011 | 0 | 1110 | 100100010 | 1000001 | 111101 |
Color Harmonies of #C75BDC
Complementary color
Monochromatic Colors of #C75BDC
Black with #C75BDC
Text Example
Text Example
White with #C75BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75BDC; }
p { color: rgb(199,91,220); }
H1.HeaderClassName
{
color: #C75BDC;
}
.AnyTagClassName
{
color: #C75BDC;
}
</style>
background-color css
<style>
a { background-color: #C75BDC; }
a { background-color: rgb(199,91,220); }
div.DivClassName
{
background-color: #C75BDC;
}
.BgClassName
{
background-color: #C75BDC;
}
</style>
border-color css
<style>
span { border-color: #C75BDC; }
span { border-color: rgb(199,91,220); }
td.TdClassName
{
border-color: #C75BDC;
}
.TagClassName
{
border-color: #C75BDC;
}
</style>