Shades of Medium Orchid #C075E0
Tints of Medium Orchid #C075E0
RGB
CMYK
RGB Variations
Color information
#C075E0 (or 0xC075E0) is known color: Medium Orchid. HEX triplet: C0, 75 and E0. RGB value is (192,117,224). Sum of RGB (Red+Green+Blue) = 192+117+224=533 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.02% from 533); Green value is 117 (46.09% from 255 or 21.95% from 533); Blue value is 224 (87.89% from 255 or 42.03% from 533); Max value from RGB is 224 - color contains mainly: blue. Hex color #C075E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C075E0 is #3F8A1F. Grayscale: #979797. Windows color (decimal): -4164128 or 14710208. OLE color: 14710208.
HSL color Cylindrical-coordinate representation of color #C075E0: hue angle of 282.06º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C075E0 is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 117 | 224 | - |
| CMYK | 0.14 | 0.48 | 0 | 0.12 |
| HSL | 282.06º | 0.63% | 0.67% | - |
| HSV(B) | 282.06º | 0.48% | 0.88% | - |
| XYZ | 41.55 | 29.31 | 73.99 | - |
| YUV | 151.62 | 168.85 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 117 | 224 | 0.14 | 0.48 | 0 | 0.12 | 282.06 | 0.63 | 0.67 |
| Hex | C0 | 75 | E0 | E | 30 | 0 | C | 11A | 3F | 43 |
| Octal | 300 | 165 | 340 | 16 | 60 | 0 | 14 | 432 | 77 | 103 |
| Binary | 11000000 | 1110101 | 11100000 | 1110 | 110000 | 0 | 1100 | 100011010 | 111111 | 1000011 |
Color Harmonies of #C075E0
Complementary color
Monochromatic Colors of #C075E0
Black with #C075E0
Text Example
Text Example
White with #C075E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C075E0; }
p { color: rgb(192,117,224); }
H1.HeaderClassName
{
color: #C075E0;
}
.AnyTagClassName
{
color: #C075E0;
}
</style>
background-color css
<style>
a { background-color: #C075E0; }
a { background-color: rgb(192,117,224); }
div.DivClassName
{
background-color: #C075E0;
}
.BgClassName
{
background-color: #C075E0;
}
</style>
border-color css
<style>
span { border-color: #C075E0; }
span { border-color: rgb(192,117,224); }
td.TdClassName
{
border-color: #C075E0;
}
.TagClassName
{
border-color: #C075E0;
}
</style>