Shades of Medium Orchid #C257EE
Tints of Medium Orchid #C257EE
RGB
CMYK
RGB Variations
Color information
#C257EE (or 0xC257EE) is known color: Medium Orchid. HEX triplet: C2, 57 and EE. RGB value is (194,87,238). Sum of RGB (Red+Green+Blue) = 194+87+238=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 87 (34.38% from 255 or 16.76% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 238 - color contains mainly: blue. Hex color #C257EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C257EE is #3DA811. Grayscale: #878787. Windows color (decimal): -4040722 or 15620034. OLE color: 15620034.
HSL color Cylindrical-coordinate representation of color #C257EE: hue angle of 282.52º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C257EE is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 87 | 238 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.07 |
| HSL | 282.52º | 0.82% | 0.64% | - |
| HSV(B) | 282.52º | 0.63% | 0.93% | - |
| XYZ | 41.09 | 24.46 | 83.44 | - |
| YUV | 136.21 | 185.45 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 87 | 238 | 0.18 | 0.63 | 0 | 0.07 | 282.52 | 0.82 | 0.64 |
| Hex | C2 | 57 | EE | 12 | 3F | 0 | 7 | 11B | 52 | 40 |
| Octal | 302 | 127 | 356 | 22 | 77 | 0 | 7 | 433 | 122 | 100 |
| Binary | 11000010 | 1010111 | 11101110 | 10010 | 111111 | 0 | 111 | 100011011 | 1010010 | 1000000 |
Color Harmonies of #C257EE
Complementary color
Monochromatic Colors of #C257EE
Black with #C257EE
Text Example
Text Example
White with #C257EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C257EE; }
p { color: rgb(194,87,238); }
H1.HeaderClassName
{
color: #C257EE;
}
.AnyTagClassName
{
color: #C257EE;
}
</style>
background-color css
<style>
a { background-color: #C257EE; }
a { background-color: rgb(194,87,238); }
div.DivClassName
{
background-color: #C257EE;
}
.BgClassName
{
background-color: #C257EE;
}
</style>
border-color css
<style>
span { border-color: #C257EE; }
span { border-color: rgb(194,87,238); }
td.TdClassName
{
border-color: #C257EE;
}
.TagClassName
{
border-color: #C257EE;
}
</style>