Shades of Medium Orchid #C057E6
Tints of Medium Orchid #C057E6
RGB
CMYK
RGB Variations
Color information
#C057E6 (or 0xC057E6) is known color: Medium Orchid. HEX triplet: C0, 57 and E6. RGB value is (192,87,230). Sum of RGB (Red+Green+Blue) = 192+87+230=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 87 (34.38% from 255 or 17.09% from 509); Blue value is 230 (90.23% from 255 or 45.19% from 509); Max value from RGB is 230 - color contains mainly: blue. Hex color #C057E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C057E6 is #3FA819. Grayscale: #868686. Windows color (decimal): -4171802 or 15095744. OLE color: 15095744.
HSL color Cylindrical-coordinate representation of color #C057E6: hue angle of 284.06º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C057E6 is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 87 | 230 | - |
| CMYK | 0.17 | 0.62 | 0 | 0.10 |
| HSL | 284.06º | 0.74% | 0.62% | - |
| HSV(B) | 284.06º | 0.62% | 0.9% | - |
| XYZ | 39.43 | 23.74 | 77.37 | - |
| YUV | 134.7 | 181.79 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 87 | 230 | 0.17 | 0.62 | 0 | 0.10 | 284.06 | 0.74 | 0.62 |
| Hex | C0 | 57 | E6 | 11 | 3E | 0 | A | 11C | 4A | 3E |
| Octal | 300 | 127 | 346 | 21 | 76 | 0 | 12 | 434 | 112 | 76 |
| Binary | 11000000 | 1010111 | 11100110 | 10001 | 111110 | 0 | 1010 | 100011100 | 1001010 | 111110 |
Color Harmonies of #C057E6
Complementary color
Monochromatic Colors of #C057E6
Black with #C057E6
Text Example
Text Example
White with #C057E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C057E6; }
p { color: rgb(192,87,230); }
H1.HeaderClassName
{
color: #C057E6;
}
.AnyTagClassName
{
color: #C057E6;
}
</style>
background-color css
<style>
a { background-color: #C057E6; }
a { background-color: rgb(192,87,230); }
div.DivClassName
{
background-color: #C057E6;
}
.BgClassName
{
background-color: #C057E6;
}
</style>
border-color css
<style>
span { border-color: #C057E6; }
span { border-color: rgb(192,87,230); }
td.TdClassName
{
border-color: #C057E6;
}
.TagClassName
{
border-color: #C057E6;
}
</style>