Shades of Medium Orchid #C75BDE
Tints of Medium Orchid #C75BDE
RGB
CMYK
RGB Variations
Color information
#C75BDE (or 0xC75BDE) is known color: Medium Orchid. HEX triplet: C7, 5B and DE. RGB value is (199,91,222). Sum of RGB (Red+Green+Blue) = 199+91+222=512 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.87% from 512); Green value is 91 (35.94% from 255 or 17.77% from 512); Blue value is 222 (87.11% from 255 or 43.36% from 512); Max value from RGB is 222 - color contains mainly: blue. Hex color #C75BDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75BDE is #38A421. Grayscale: #898989. Windows color (decimal): -3712034 or 14572487. OLE color: 14572487.
HSL color Cylindrical-coordinate representation of color #C75BDE: hue angle of 289.47º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C75BDE is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 91 | 222 | - |
| CMYK | 0.10 | 0.59 | 0 | 0.13 |
| HSL | 289.47º | 0.66% | 0.61% | - |
| HSV(B) | 289.47º | 0.59% | 0.87% | - |
| XYZ | 40.48 | 24.9 | 71.78 | - |
| YUV | 138.23 | 175.28 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 91 | 222 | 0.10 | 0.59 | 0 | 0.13 | 289.47 | 0.66 | 0.61 |
| Hex | C7 | 5B | DE | A | 3B | 0 | D | 121 | 42 | 3D |
| Octal | 307 | 133 | 336 | 12 | 73 | 0 | 15 | 441 | 102 | 75 |
| Binary | 11000111 | 1011011 | 11011110 | 1010 | 111011 | 0 | 1101 | 100100001 | 1000010 | 111101 |
Color Harmonies of #C75BDE
Complementary color
Monochromatic Colors of #C75BDE
Black with #C75BDE
Text Example
Text Example
White with #C75BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75BDE; }
p { color: rgb(199,91,222); }
H1.HeaderClassName
{
color: #C75BDE;
}
.AnyTagClassName
{
color: #C75BDE;
}
</style>
background-color css
<style>
a { background-color: #C75BDE; }
a { background-color: rgb(199,91,222); }
div.DivClassName
{
background-color: #C75BDE;
}
.BgClassName
{
background-color: #C75BDE;
}
</style>
border-color css
<style>
span { border-color: #C75BDE; }
span { border-color: rgb(199,91,222); }
td.TdClassName
{
border-color: #C75BDE;
}
.TagClassName
{
border-color: #C75BDE;
}
</style>