Shades of Medium Orchid #C75FDF
Tints of Medium Orchid #C75FDF
RGB
CMYK
RGB Variations
Color information
#C75FDF (or 0xC75FDF) is known color: Medium Orchid. HEX triplet: C7, 5F and DF. RGB value is (199,95,223). Sum of RGB (Red+Green+Blue) = 199+95+223=517 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.49% from 517); Green value is 95 (37.5% from 255 or 18.38% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 223 - color contains mainly: blue. Hex color #C75FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75FDF is #38A020. Grayscale: #8C8C8C. Windows color (decimal): -3711009 or 14639047. OLE color: 14639047.
HSL color Cylindrical-coordinate representation of color #C75FDF: hue angle of 288.75º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C75FDF is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 95 | 223 | - |
| CMYK | 0.11 | 0.57 | 0 | 0.13 |
| HSL | 288.75º | 0.67% | 0.62% | - |
| HSV(B) | 288.75º | 0.57% | 0.87% | - |
| XYZ | 40.96 | 25.65 | 72.6 | - |
| YUV | 140.69 | 174.46 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 95 | 223 | 0.11 | 0.57 | 0 | 0.13 | 288.75 | 0.67 | 0.62 |
| Hex | C7 | 5F | DF | B | 39 | 0 | D | 121 | 43 | 3E |
| Octal | 307 | 137 | 337 | 13 | 71 | 0 | 15 | 441 | 103 | 76 |
| Binary | 11000111 | 1011111 | 11011111 | 1011 | 111001 | 0 | 1101 | 100100001 | 1000011 | 111110 |
Color Harmonies of #C75FDF
Complementary color
Monochromatic Colors of #C75FDF
Black with #C75FDF
Text Example
Text Example
White with #C75FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75FDF; }
p { color: rgb(199,95,223); }
H1.HeaderClassName
{
color: #C75FDF;
}
.AnyTagClassName
{
color: #C75FDF;
}
</style>
background-color css
<style>
a { background-color: #C75FDF; }
a { background-color: rgb(199,95,223); }
div.DivClassName
{
background-color: #C75FDF;
}
.BgClassName
{
background-color: #C75FDF;
}
</style>
border-color css
<style>
span { border-color: #C75FDF; }
span { border-color: rgb(199,95,223); }
td.TdClassName
{
border-color: #C75FDF;
}
.TagClassName
{
border-color: #C75FDF;
}
</style>