Shades of Medium Orchid #C75ADE
Tints of Medium Orchid #C75ADE
RGB
CMYK
RGB Variations
Color information
#C75ADE (or 0xC75ADE) is known color: Medium Orchid. HEX triplet: C7, 5A and DE. RGB value is (199,90,222). Sum of RGB (Red+Green+Blue) = 199+90+222=511 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.94% from 511); Green value is 90 (35.55% from 255 or 17.61% from 511); Blue value is 222 (87.11% from 255 or 43.44% from 511); Max value from RGB is 222 - color contains mainly: blue. Hex color #C75ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75ADE is #38A521. Grayscale: #898989. Windows color (decimal): -3712290 or 14572231. OLE color: 14572231.
HSL color Cylindrical-coordinate representation of color #C75ADE: hue angle of 289.55º degrees, saturation: 0.67, 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 #C75ADE is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 90 | 222 | - |
| CMYK | 0.10 | 0.59 | 0 | 0.13 |
| HSL | 289.55º | 0.67% | 0.61% | - |
| HSV(B) | 289.55º | 0.59% | 0.87% | - |
| XYZ | 40.39 | 24.73 | 71.75 | - |
| YUV | 137.64 | 175.61 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 90 | 222 | 0.10 | 0.59 | 0 | 0.13 | 289.55 | 0.67 | 0.61 |
| Hex | C7 | 5A | DE | A | 3B | 0 | D | 122 | 43 | 3D |
| Octal | 307 | 132 | 336 | 12 | 73 | 0 | 15 | 442 | 103 | 75 |
| Binary | 11000111 | 1011010 | 11011110 | 1010 | 111011 | 0 | 1101 | 100100010 | 1000011 | 111101 |
Color Harmonies of #C75ADE
Complementary color
Monochromatic Colors of #C75ADE
Black with #C75ADE
Text Example
Text Example
White with #C75ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75ADE; }
p { color: rgb(199,90,222); }
H1.HeaderClassName
{
color: #C75ADE;
}
.AnyTagClassName
{
color: #C75ADE;
}
</style>
background-color css
<style>
a { background-color: #C75ADE; }
a { background-color: rgb(199,90,222); }
div.DivClassName
{
background-color: #C75ADE;
}
.BgClassName
{
background-color: #C75ADE;
}
</style>
border-color css
<style>
span { border-color: #C75ADE; }
span { border-color: rgb(199,90,222); }
td.TdClassName
{
border-color: #C75ADE;
}
.TagClassName
{
border-color: #C75ADE;
}
</style>