Shades of Medium Orchid #C75BDD
Tints of Medium Orchid #C75BDD
RGB
CMYK
RGB Variations
Color information
#C75BDD (or 0xC75BDD) is known color: Medium Orchid. HEX triplet: C7, 5B and DD. RGB value is (199,91,221). Sum of RGB (Red+Green+Blue) = 199+91+221=511 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.94% from 511); Green value is 91 (35.94% from 255 or 17.81% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #C75BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75BDD is #38A422. Grayscale: #898989. Windows color (decimal): -3712035 or 14506951. OLE color: 14506951.
HSL color Cylindrical-coordinate representation of color #C75BDD: hue angle of 289.85º 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 #C75BDD is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 91 | 221 | - |
| CMYK | 0.10 | 0.59 | 0 | 0.13 |
| HSL | 289.85º | 0.66% | 0.61% | - |
| HSV(B) | 289.85º | 0.59% | 0.87% | - |
| XYZ | 40.35 | 24.84 | 71.08 | - |
| YUV | 138.11 | 174.78 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 91 | 221 | 0.10 | 0.59 | 0 | 0.13 | 289.85 | 0.66 | 0.61 |
| Hex | C7 | 5B | DD | A | 3B | 0 | D | 122 | 42 | 3D |
| Octal | 307 | 133 | 335 | 12 | 73 | 0 | 15 | 442 | 102 | 75 |
| Binary | 11000111 | 1011011 | 11011101 | 1010 | 111011 | 0 | 1101 | 100100010 | 1000010 | 111101 |
Color Harmonies of #C75BDD
Complementary color
Monochromatic Colors of #C75BDD
Black with #C75BDD
Text Example
Text Example
White with #C75BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75BDD; }
p { color: rgb(199,91,221); }
H1.HeaderClassName
{
color: #C75BDD;
}
.AnyTagClassName
{
color: #C75BDD;
}
</style>
background-color css
<style>
a { background-color: #C75BDD; }
a { background-color: rgb(199,91,221); }
div.DivClassName
{
background-color: #C75BDD;
}
.BgClassName
{
background-color: #C75BDD;
}
</style>
border-color css
<style>
span { border-color: #C75BDD; }
span { border-color: rgb(199,91,221); }
td.TdClassName
{
border-color: #C75BDD;
}
.TagClassName
{
border-color: #C75BDD;
}
</style>