Shades of Medium Orchid #C257E4
Tints of Medium Orchid #C257E4
RGB
CMYK
RGB Variations
Color information
#C257E4 (or 0xC257E4) is known color: Medium Orchid. HEX triplet: C2, 57 and E4. RGB value is (194,87,228). Sum of RGB (Red+Green+Blue) = 194+87+228=509 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.11% from 509); Green value is 87 (34.38% from 255 or 17.09% from 509); Blue value is 228 (89.45% from 255 or 44.79% from 509); Max value from RGB is 228 - color contains mainly: blue. Hex color #C257E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C257E4 is #3DA81B. Grayscale: #868686. Windows color (decimal): -4040732 or 14964674. OLE color: 14964674.
HSL color Cylindrical-coordinate representation of color #C257E4: hue angle of 285.53º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C257E4 is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 87 | 228 | - |
| CMYK | 0.15 | 0.62 | 0 | 0.11 |
| HSL | 285.53º | 0.72% | 0.62% | - |
| HSV(B) | 285.53º | 0.62% | 0.89% | - |
| XYZ | 39.66 | 23.89 | 75.92 | - |
| YUV | 135.07 | 180.45 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 87 | 228 | 0.15 | 0.62 | 0 | 0.11 | 285.53 | 0.72 | 0.62 |
| Hex | C2 | 57 | E4 | F | 3E | 0 | B | 11E | 48 | 3E |
| Octal | 302 | 127 | 344 | 17 | 76 | 0 | 13 | 436 | 110 | 76 |
| Binary | 11000010 | 1010111 | 11100100 | 1111 | 111110 | 0 | 1011 | 100011110 | 1001000 | 111110 |
Color Harmonies of #C257E4
Complementary color
Monochromatic Colors of #C257E4
Black with #C257E4
Text Example
Text Example
White with #C257E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C257E4; }
p { color: rgb(194,87,228); }
H1.HeaderClassName
{
color: #C257E4;
}
.AnyTagClassName
{
color: #C257E4;
}
</style>
background-color css
<style>
a { background-color: #C257E4; }
a { background-color: rgb(194,87,228); }
div.DivClassName
{
background-color: #C257E4;
}
.BgClassName
{
background-color: #C257E4;
}
</style>
border-color css
<style>
span { border-color: #C257E4; }
span { border-color: rgb(194,87,228); }
td.TdClassName
{
border-color: #C257E4;
}
.TagClassName
{
border-color: #C257E4;
}
</style>