Shades of Medium Orchid #C754EF
Tints of Medium Orchid #C754EF
RGB
CMYK
RGB Variations
Color information
#C754EF (or 0xC754EF) is known color: Medium Orchid. HEX triplet: C7, 54 and EF. RGB value is (199,84,239). Sum of RGB (Red+Green+Blue) = 199+84+239=522 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.12% from 522); Green value is 84 (33.20% from 255 or 16.09% from 522); Blue value is 239 (93.75% from 255 or 45.79% from 522); Max value from RGB is 239 - color contains mainly: blue. Hex color #C754EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C754EF is #38AB10. Grayscale: #878787. Windows color (decimal): -3713809 or 15684807. OLE color: 15684807.
HSL color Cylindrical-coordinate representation of color #C754EF: hue angle of 284.52º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C754EF is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 84 | 239 | - |
| CMYK | 0.17 | 0.65 | 0 | 0.06 |
| HSL | 284.52º | 0.83% | 0.63% | - |
| HSV(B) | 284.52º | 0.65% | 0.94% | - |
| XYZ | 42.3 | 24.71 | 84.2 | - |
| YUV | 136.06 | 186.1 | 172.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 84 | 239 | 0.17 | 0.65 | 0 | 0.06 | 284.52 | 0.83 | 0.63 |
| Hex | C7 | 54 | EF | 11 | 41 | 0 | 6 | 11D | 53 | 3F |
| Octal | 307 | 124 | 357 | 21 | 101 | 0 | 6 | 435 | 123 | 77 |
| Binary | 11000111 | 1010100 | 11101111 | 10001 | 1000001 | 0 | 110 | 100011101 | 1010011 | 111111 |
Color Harmonies of #C754EF
Complementary color
Monochromatic Colors of #C754EF
Black with #C754EF
Text Example
Text Example
White with #C754EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C754EF; }
p { color: rgb(199,84,239); }
H1.HeaderClassName
{
color: #C754EF;
}
.AnyTagClassName
{
color: #C754EF;
}
</style>
background-color css
<style>
a { background-color: #C754EF; }
a { background-color: rgb(199,84,239); }
div.DivClassName
{
background-color: #C754EF;
}
.BgClassName
{
background-color: #C754EF;
}
</style>
border-color css
<style>
span { border-color: #C754EF; }
span { border-color: rgb(199,84,239); }
td.TdClassName
{
border-color: #C754EF;
}
.TagClassName
{
border-color: #C754EF;
}
</style>