Shades of Medium Orchid #C254E1
Tints of Medium Orchid #C254E1
RGB
CMYK
RGB Variations
Color information
#C254E1 (or 0xC254E1) is known color: Medium Orchid. HEX triplet: C2, 54 and E1. RGB value is (194,84,225). Sum of RGB (Red+Green+Blue) = 194+84+225=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 84 (33.20% from 255 or 16.70% from 503); Blue value is 225 (88.28% from 255 or 44.73% from 503); Max value from RGB is 225 - color contains mainly: blue. Hex color #C254E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C254E1 is #3DAB1E. Grayscale: #848484. Windows color (decimal): -4041503 or 14767298. OLE color: 14767298.
HSL color Cylindrical-coordinate representation of color #C254E1: hue angle of 286.81º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C254E1 is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 84 | 225 | - |
| CMYK | 0.14 | 0.63 | 0 | 0.12 |
| HSL | 286.81º | 0.7% | 0.61% | - |
| HSV(B) | 286.81º | 0.63% | 0.88% | - |
| XYZ | 39.01 | 23.25 | 73.67 | - |
| YUV | 132.96 | 179.94 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 84 | 225 | 0.14 | 0.63 | 0 | 0.12 | 286.81 | 0.7 | 0.61 |
| Hex | C2 | 54 | E1 | E | 3F | 0 | C | 11F | 46 | 3D |
| Octal | 302 | 124 | 341 | 16 | 77 | 0 | 14 | 437 | 106 | 75 |
| Binary | 11000010 | 1010100 | 11100001 | 1110 | 111111 | 0 | 1100 | 100011111 | 1000110 | 111101 |
Color Harmonies of #C254E1
Complementary color
Monochromatic Colors of #C254E1
Black with #C254E1
Text Example
Text Example
White with #C254E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C254E1; }
p { color: rgb(194,84,225); }
H1.HeaderClassName
{
color: #C254E1;
}
.AnyTagClassName
{
color: #C254E1;
}
</style>
background-color css
<style>
a { background-color: #C254E1; }
a { background-color: rgb(194,84,225); }
div.DivClassName
{
background-color: #C254E1;
}
.BgClassName
{
background-color: #C254E1;
}
</style>
border-color css
<style>
span { border-color: #C254E1; }
span { border-color: rgb(194,84,225); }
td.TdClassName
{
border-color: #C254E1;
}
.TagClassName
{
border-color: #C254E1;
}
</style>