Shades of Medium Orchid #C256E1
Tints of Medium Orchid #C256E1
RGB
CMYK
RGB Variations
Color information
#C256E1 (or 0xC256E1) is known color: Medium Orchid. HEX triplet: C2, 56 and E1. RGB value is (194,86,225). Sum of RGB (Red+Green+Blue) = 194+86+225=505 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.42% from 505); Green value is 86 (33.98% from 255 or 17.03% from 505); Blue value is 225 (88.28% from 255 or 44.55% from 505); Max value from RGB is 225 - color contains mainly: blue. Hex color #C256E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C256E1 is #3DA91E. Grayscale: #858585. Windows color (decimal): -4040991 or 14767810. OLE color: 14767810.
HSL color Cylindrical-coordinate representation of color #C256E1: hue angle of 286.62º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C256E1 is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 86 | 225 | - |
| CMYK | 0.14 | 0.62 | 0 | 0.12 |
| HSL | 286.62º | 0.7% | 0.61% | - |
| HSV(B) | 286.62º | 0.62% | 0.88% | - |
| XYZ | 39.17 | 23.56 | 73.72 | - |
| YUV | 134.14 | 179.28 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 86 | 225 | 0.14 | 0.62 | 0 | 0.12 | 286.62 | 0.7 | 0.61 |
| Hex | C2 | 56 | E1 | E | 3E | 0 | C | 11F | 46 | 3D |
| Octal | 302 | 126 | 341 | 16 | 76 | 0 | 14 | 437 | 106 | 75 |
| Binary | 11000010 | 1010110 | 11100001 | 1110 | 111110 | 0 | 1100 | 100011111 | 1000110 | 111101 |
Color Harmonies of #C256E1
Complementary color
Monochromatic Colors of #C256E1
Black with #C256E1
Text Example
Text Example
White with #C256E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C256E1; }
p { color: rgb(194,86,225); }
H1.HeaderClassName
{
color: #C256E1;
}
.AnyTagClassName
{
color: #C256E1;
}
</style>
background-color css
<style>
a { background-color: #C256E1; }
a { background-color: rgb(194,86,225); }
div.DivClassName
{
background-color: #C256E1;
}
.BgClassName
{
background-color: #C256E1;
}
</style>
border-color css
<style>
span { border-color: #C256E1; }
span { border-color: rgb(194,86,225); }
td.TdClassName
{
border-color: #C256E1;
}
.TagClassName
{
border-color: #C256E1;
}
</style>