Shades of Medium Orchid #C256E5
Tints of Medium Orchid #C256E5
RGB
CMYK
RGB Variations
Color information
#C256E5 (or 0xC256E5) is known color: Medium Orchid. HEX triplet: C2, 56 and E5. RGB value is (194,86,229). Sum of RGB (Red+Green+Blue) = 194+86+229=509 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.11% from 509); Green value is 86 (33.98% from 255 or 16.90% from 509); Blue value is 229 (89.84% from 255 or 44.99% from 509); Max value from RGB is 229 - color contains mainly: blue. Hex color #C256E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C256E5 is #3DA91A. Grayscale: #868686. Windows color (decimal): -4040987 or 15029954. OLE color: 15029954.
HSL color Cylindrical-coordinate representation of color #C256E5: hue angle of 285.31º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C256E5 is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 86 | 229 | - |
| CMYK | 0.15 | 0.62 | 0 | 0.10 |
| HSL | 285.31º | 0.73% | 0.62% | - |
| HSV(B) | 285.31º | 0.62% | 0.9% | - |
| XYZ | 39.72 | 23.78 | 76.63 | - |
| YUV | 134.59 | 181.28 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 86 | 229 | 0.15 | 0.62 | 0 | 0.10 | 285.31 | 0.73 | 0.62 |
| Hex | C2 | 56 | E5 | F | 3E | 0 | A | 11D | 49 | 3E |
| Octal | 302 | 126 | 345 | 17 | 76 | 0 | 12 | 435 | 111 | 76 |
| Binary | 11000010 | 1010110 | 11100101 | 1111 | 111110 | 0 | 1010 | 100011101 | 1001001 | 111110 |
Color Harmonies of #C256E5
Complementary color
Monochromatic Colors of #C256E5
Black with #C256E5
Text Example
Text Example
White with #C256E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C256E5; }
p { color: rgb(194,86,229); }
H1.HeaderClassName
{
color: #C256E5;
}
.AnyTagClassName
{
color: #C256E5;
}
</style>
background-color css
<style>
a { background-color: #C256E5; }
a { background-color: rgb(194,86,229); }
div.DivClassName
{
background-color: #C256E5;
}
.BgClassName
{
background-color: #C256E5;
}
</style>
border-color css
<style>
span { border-color: #C256E5; }
span { border-color: rgb(194,86,229); }
td.TdClassName
{
border-color: #C256E5;
}
.TagClassName
{
border-color: #C256E5;
}
</style>