Shades of Medium Orchid #C256EF
Tints of Medium Orchid #C256EF
RGB
CMYK
RGB Variations
Color information
#C256EF (or 0xC256EF) is known color: Medium Orchid. HEX triplet: C2, 56 and EF. RGB value is (194,86,239). Sum of RGB (Red+Green+Blue) = 194+86+239=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 86 (33.98% from 255 or 16.57% from 519); Blue value is 239 (93.75% from 255 or 46.05% from 519); Max value from RGB is 239 - color contains mainly: blue. Hex color #C256EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C256EF is #3DA910. Grayscale: #878787. Windows color (decimal): -4040977 or 15685314. OLE color: 15685314.
HSL color Cylindrical-coordinate representation of color #C256EF: hue angle of 282.35º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C256EF is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 86 | 239 | - |
| CMYK | 0.19 | 0.64 | 0 | 0.06 |
| HSL | 282.35º | 0.83% | 0.64% | - |
| HSV(B) | 282.35º | 0.64% | 0.94% | - |
| XYZ | 41.16 | 24.36 | 84.19 | - |
| YUV | 135.73 | 186.28 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 86 | 239 | 0.19 | 0.64 | 0 | 0.06 | 282.35 | 0.83 | 0.64 |
| Hex | C2 | 56 | EF | 13 | 40 | 0 | 6 | 11A | 53 | 40 |
| Octal | 302 | 126 | 357 | 23 | 100 | 0 | 6 | 432 | 123 | 100 |
| Binary | 11000010 | 1010110 | 11101111 | 10011 | 1000000 | 0 | 110 | 100011010 | 1010011 | 1000000 |
Color Harmonies of #C256EF
Complementary color
Monochromatic Colors of #C256EF
Black with #C256EF
Text Example
Text Example
White with #C256EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C256EF; }
p { color: rgb(194,86,239); }
H1.HeaderClassName
{
color: #C256EF;
}
.AnyTagClassName
{
color: #C256EF;
}
</style>
background-color css
<style>
a { background-color: #C256EF; }
a { background-color: rgb(194,86,239); }
div.DivClassName
{
background-color: #C256EF;
}
.BgClassName
{
background-color: #C256EF;
}
</style>
border-color css
<style>
span { border-color: #C256EF; }
span { border-color: rgb(194,86,239); }
td.TdClassName
{
border-color: #C256EF;
}
.TagClassName
{
border-color: #C256EF;
}
</style>