Shades of Medium Orchid #C054CF
Tints of Medium Orchid #C054CF
RGB
CMYK
RGB Variations
Color information
#C054CF (or 0xC054CF) is known color: Medium Orchid. HEX triplet: C0, 54 and CF. RGB value is (192,84,207). Sum of RGB (Red+Green+Blue) = 192+84+207=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 84 (33.20% from 255 or 17.39% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #C054CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C054CF is #3FAB30. Grayscale: #818181. Windows color (decimal): -4172593 or 13587648. OLE color: 13587648.
HSL color Cylindrical-coordinate representation of color #C054CF: hue angle of 292.68º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C054CF is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 84 | 207 | - |
| CMYK | 0.07 | 0.59 | 0 | 0.19 |
| HSL | 292.68º | 0.56% | 0.57% | - |
| HSV(B) | 292.68º | 0.59% | 0.81% | - |
| XYZ | 36.17 | 22.05 | 61.38 | - |
| YUV | 130.31 | 171.28 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 84 | 207 | 0.07 | 0.59 | 0 | 0.19 | 292.68 | 0.56 | 0.57 |
| Hex | C0 | 54 | CF | 7 | 3B | 0 | 13 | 125 | 38 | 39 |
| Octal | 300 | 124 | 317 | 7 | 73 | 0 | 23 | 445 | 70 | 71 |
| Binary | 11000000 | 1010100 | 11001111 | 111 | 111011 | 0 | 10011 | 100100101 | 111000 | 111001 |
Color Harmonies of #C054CF
Complementary color
Monochromatic Colors of #C054CF
Black with #C054CF
Text Example
Text Example
White with #C054CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C054CF; }
p { color: rgb(192,84,207); }
H1.HeaderClassName
{
color: #C054CF;
}
.AnyTagClassName
{
color: #C054CF;
}
</style>
background-color css
<style>
a { background-color: #C054CF; }
a { background-color: rgb(192,84,207); }
div.DivClassName
{
background-color: #C054CF;
}
.BgClassName
{
background-color: #C054CF;
}
</style>
border-color css
<style>
span { border-color: #C054CF; }
span { border-color: rgb(192,84,207); }
td.TdClassName
{
border-color: #C054CF;
}
.TagClassName
{
border-color: #C054CF;
}
</style>