Shades of Medium Orchid #C75FEF
Tints of Medium Orchid #C75FEF
RGB
CMYK
RGB Variations
Color information
#C75FEF (or 0xC75FEF) is known color: Medium Orchid. HEX triplet: C7, 5F and EF. RGB value is (199,95,239). Sum of RGB (Red+Green+Blue) = 199+95+239=533 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.34% from 533); Green value is 95 (37.5% from 255 or 17.82% from 533); Blue value is 239 (93.75% from 255 or 44.84% from 533); Max value from RGB is 239 - color contains mainly: blue. Hex color #C75FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C75FEF is #38A010. Grayscale: #8E8E8E. Windows color (decimal): -3710993 or 15687623. OLE color: 15687623.
HSL color Cylindrical-coordinate representation of color #C75FEF: hue angle of 283.33º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C75FEF is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 95 | 239 | - |
| CMYK | 0.17 | 0.60 | 0 | 0.06 |
| HSL | 283.33º | 0.82% | 0.65% | - |
| HSV(B) | 283.33º | 0.6% | 0.94% | - |
| XYZ | 43.23 | 26.56 | 84.51 | - |
| YUV | 142.51 | 182.46 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 95 | 239 | 0.17 | 0.60 | 0 | 0.06 | 283.33 | 0.82 | 0.65 |
| Hex | C7 | 5F | EF | 11 | 3C | 0 | 6 | 11B | 52 | 41 |
| Octal | 307 | 137 | 357 | 21 | 74 | 0 | 6 | 433 | 122 | 101 |
| Binary | 11000111 | 1011111 | 11101111 | 10001 | 111100 | 0 | 110 | 100011011 | 1010010 | 1000001 |
Color Harmonies of #C75FEF
Complementary color
Monochromatic Colors of #C75FEF
Black with #C75FEF
Text Example
Text Example
White with #C75FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75FEF; }
p { color: rgb(199,95,239); }
H1.HeaderClassName
{
color: #C75FEF;
}
.AnyTagClassName
{
color: #C75FEF;
}
</style>
background-color css
<style>
a { background-color: #C75FEF; }
a { background-color: rgb(199,95,239); }
div.DivClassName
{
background-color: #C75FEF;
}
.BgClassName
{
background-color: #C75FEF;
}
</style>
border-color css
<style>
span { border-color: #C75FEF; }
span { border-color: rgb(199,95,239); }
td.TdClassName
{
border-color: #C75FEF;
}
.TagClassName
{
border-color: #C75FEF;
}
</style>