Shades of Medium Orchid #C75CF0
Tints of Medium Orchid #C75CF0
RGB
CMYK
RGB Variations
Color information
#C75CF0 (or 0xC75CF0) is known color: Medium Orchid. HEX triplet: C7, 5C and F0. RGB value is (199,92,240). Sum of RGB (Red+Green+Blue) = 199+92+240=531 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.48% from 531); Green value is 92 (36.33% from 255 or 17.33% from 531); Blue value is 240 (94.14% from 255 or 45.20% from 531); Max value from RGB is 240 - color contains mainly: blue. Hex color #C75CF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C75CF0 is #38A30F. Grayscale: #8C8C8C. Windows color (decimal): -3711760 or 15752391. OLE color: 15752391.
HSL color Cylindrical-coordinate representation of color #C75CF0: hue angle of 283.38º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C75CF0 is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 92 | 240 | - |
| CMYK | 0.17 | 0.62 | 0 | 0.06 |
| HSL | 283.38º | 0.83% | 0.65% | - |
| HSV(B) | 283.38º | 0.62% | 0.94% | - |
| XYZ | 43.11 | 26.09 | 85.2 | - |
| YUV | 140.87 | 183.95 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 92 | 240 | 0.17 | 0.62 | 0 | 0.06 | 283.38 | 0.83 | 0.65 |
| Hex | C7 | 5C | F0 | 11 | 3E | 0 | 6 | 11B | 53 | 41 |
| Octal | 307 | 134 | 360 | 21 | 76 | 0 | 6 | 433 | 123 | 101 |
| Binary | 11000111 | 1011100 | 11110000 | 10001 | 111110 | 0 | 110 | 100011011 | 1010011 | 1000001 |
Color Harmonies of #C75CF0
Complementary color
Monochromatic Colors of #C75CF0
Black with #C75CF0
Text Example
Text Example
White with #C75CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75CF0; }
p { color: rgb(199,92,240); }
H1.HeaderClassName
{
color: #C75CF0;
}
.AnyTagClassName
{
color: #C75CF0;
}
</style>
background-color css
<style>
a { background-color: #C75CF0; }
a { background-color: rgb(199,92,240); }
div.DivClassName
{
background-color: #C75CF0;
}
.BgClassName
{
background-color: #C75CF0;
}
</style>
border-color css
<style>
span { border-color: #C75CF0; }
span { border-color: rgb(199,92,240); }
td.TdClassName
{
border-color: #C75CF0;
}
.TagClassName
{
border-color: #C75CF0;
}
</style>