Shades of Medium Orchid #C75AF0
Tints of Medium Orchid #C75AF0
RGB
CMYK
RGB Variations
Color information
#C75AF0 (or 0xC75AF0) is known color: Medium Orchid. HEX triplet: C7, 5A and F0. RGB value is (199,90,240). Sum of RGB (Red+Green+Blue) = 199+90+240=529 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.62% from 529); Green value is 90 (35.55% from 255 or 17.01% from 529); Blue value is 240 (94.14% from 255 or 45.37% from 529); Max value from RGB is 240 - color contains mainly: blue. Hex color #C75AF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C75AF0 is #38A50F. Grayscale: #8B8B8B. Windows color (decimal): -3712272 or 15751879. OLE color: 15751879.
HSL color Cylindrical-coordinate representation of color #C75AF0: hue angle of 283.6º 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 #C75AF0 is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 90 | 240 | - |
| CMYK | 0.17 | 0.62 | 0 | 0.06 |
| HSL | 283.6º | 0.83% | 0.65% | - |
| HSV(B) | 283.6º | 0.63% | 0.94% | - |
| XYZ | 42.94 | 25.75 | 85.14 | - |
| YUV | 139.69 | 184.61 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 90 | 240 | 0.17 | 0.62 | 0 | 0.06 | 283.6 | 0.83 | 0.65 |
| Hex | C7 | 5A | F0 | 11 | 3E | 0 | 6 | 11C | 53 | 41 |
| Octal | 307 | 132 | 360 | 21 | 76 | 0 | 6 | 434 | 123 | 101 |
| Binary | 11000111 | 1011010 | 11110000 | 10001 | 111110 | 0 | 110 | 100011100 | 1010011 | 1000001 |
Color Harmonies of #C75AF0
Complementary color
Monochromatic Colors of #C75AF0
Black with #C75AF0
Text Example
Text Example
White with #C75AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75AF0; }
p { color: rgb(199,90,240); }
H1.HeaderClassName
{
color: #C75AF0;
}
.AnyTagClassName
{
color: #C75AF0;
}
</style>
background-color css
<style>
a { background-color: #C75AF0; }
a { background-color: rgb(199,90,240); }
div.DivClassName
{
background-color: #C75AF0;
}
.BgClassName
{
background-color: #C75AF0;
}
</style>
border-color css
<style>
span { border-color: #C75AF0; }
span { border-color: rgb(199,90,240); }
td.TdClassName
{
border-color: #C75AF0;
}
.TagClassName
{
border-color: #C75AF0;
}
</style>