Shades of Medium Orchid #C754F4
Tints of Medium Orchid #C754F4
RGB
CMYK
RGB Variations
Color information
#C754F4 (or 0xC754F4) is known color: Medium Orchid. HEX triplet: C7, 54 and F4. RGB value is (199,84,244). Sum of RGB (Red+Green+Blue) = 199+84+244=527 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.76% from 527); Green value is 84 (33.20% from 255 or 15.94% from 527); Blue value is 244 (95.70% from 255 or 46.30% from 527); Max value from RGB is 244 - color contains mainly: blue. Hex color #C754F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C754F4 is #38AB0B. Grayscale: #888888. Windows color (decimal): -3713804 or 16012487. OLE color: 16012487.
HSL color Cylindrical-coordinate representation of color #C754F4: hue angle of 283.12º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C754F4 is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 199 | 84 | 244 | - |
| CMYK | 0.18 | 0.66 | 0 | 0.04 |
| HSL | 283.13º | 0.88% | 0.64% | - |
| HSV(B) | 283.13º | 0.66% | 0.96% | - |
| XYZ | 43.05 | 25.01 | 88.15 | - |
| YUV | 136.63 | 188.6 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 84 | 244 | 0.18 | 0.66 | 0 | 0.04 | 283.13 | 0.88 | 0.64 |
| Hex | C7 | 54 | F4 | 12 | 42 | 0 | 4 | 11B | 58 | 40 |
| Octal | 307 | 124 | 364 | 22 | 102 | 0 | 4 | 433 | 130 | 100 |
| Binary | 11000111 | 1010100 | 11110100 | 10010 | 1000010 | 0 | 100 | 100011011 | 1011000 | 1000000 |
Color Harmonies of #C754F4
Complementary color
Monochromatic Colors of #C754F4
Black with #C754F4
Text Example
Text Example
White with #C754F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C754F4; }
p { color: rgb(199,84,244); }
H1.HeaderClassName
{
color: #C754F4;
}
.AnyTagClassName
{
color: #C754F4;
}
</style>
background-color css
<style>
a { background-color: #C754F4; }
a { background-color: rgb(199,84,244); }
div.DivClassName
{
background-color: #C754F4;
}
.BgClassName
{
background-color: #C754F4;
}
</style>
border-color css
<style>
span { border-color: #C754F4; }
span { border-color: rgb(199,84,244); }
td.TdClassName
{
border-color: #C754F4;
}
.TagClassName
{
border-color: #C754F4;
}
</style>