Shades of Medium Orchid #C256EE
Tints of Medium Orchid #C256EE
RGB
CMYK
RGB Variations
Color information
#C256EE (or 0xC256EE) is known color: Medium Orchid. HEX triplet: C2, 56 and EE. RGB value is (194,86,238). Sum of RGB (Red+Green+Blue) = 194+86+238=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 86 (33.98% from 255 or 16.60% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #C256EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C256EE is #3DA911. Grayscale: #878787. Windows color (decimal): -4040978 or 15619778. OLE color: 15619778.
HSL color Cylindrical-coordinate representation of color #C256EE: hue angle of 282.63º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C256EE is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 86 | 238 | - |
| CMYK | 0.18 | 0.64 | 0 | 0.07 |
| HSL | 282.63º | 0.82% | 0.64% | - |
| HSV(B) | 282.63º | 0.64% | 0.93% | - |
| XYZ | 41.01 | 24.3 | 83.42 | - |
| YUV | 135.62 | 185.78 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 86 | 238 | 0.18 | 0.64 | 0 | 0.07 | 282.63 | 0.82 | 0.64 |
| Hex | C2 | 56 | EE | 12 | 40 | 0 | 7 | 11B | 52 | 40 |
| Octal | 302 | 126 | 356 | 22 | 100 | 0 | 7 | 433 | 122 | 100 |
| Binary | 11000010 | 1010110 | 11101110 | 10010 | 1000000 | 0 | 111 | 100011011 | 1010010 | 1000000 |
Color Harmonies of #C256EE
Complementary color
Monochromatic Colors of #C256EE
Black with #C256EE
Text Example
Text Example
White with #C256EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C256EE; }
p { color: rgb(194,86,238); }
H1.HeaderClassName
{
color: #C256EE;
}
.AnyTagClassName
{
color: #C256EE;
}
</style>
background-color css
<style>
a { background-color: #C256EE; }
a { background-color: rgb(194,86,238); }
div.DivClassName
{
background-color: #C256EE;
}
.BgClassName
{
background-color: #C256EE;
}
</style>
border-color css
<style>
span { border-color: #C256EE; }
span { border-color: rgb(194,86,238); }
td.TdClassName
{
border-color: #C256EE;
}
.TagClassName
{
border-color: #C256EE;
}
</style>