Shades of Medium Orchid #C451E4
Tints of Medium Orchid #C451E4
RGB
CMYK
RGB Variations
Color information
#C451E4 (or 0xC451E4) is known color: Medium Orchid. HEX triplet: C4, 51 and E4. RGB value is (196,81,228). Sum of RGB (Red+Green+Blue) = 196+81+228=505 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.81% from 505); Green value is 81 (32.03% from 255 or 16.04% from 505); Blue value is 228 (89.45% from 255 or 45.15% from 505); Max value from RGB is 228 - color contains mainly: blue. Hex color #C451E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C451E4 is #3BAE1B. Grayscale: #838383. Windows color (decimal): -3911196 or 14963140. OLE color: 14963140.
HSL color Cylindrical-coordinate representation of color #C451E4: hue angle of 286.94º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C451E4 is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 196 | 81 | 228 | - |
| CMYK | 0.14 | 0.64 | 0 | 0.11 |
| HSL | 286.94º | 0.73% | 0.61% | - |
| HSV(B) | 286.94º | 0.64% | 0.89% | - |
| XYZ | 39.71 | 23.22 | 75.79 | - |
| YUV | 132.14 | 182.1 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 81 | 228 | 0.14 | 0.64 | 0 | 0.11 | 286.94 | 0.73 | 0.61 |
| Hex | C4 | 51 | E4 | E | 40 | 0 | B | 11F | 49 | 3D |
| Octal | 304 | 121 | 344 | 16 | 100 | 0 | 13 | 437 | 111 | 75 |
| Binary | 11000100 | 1010001 | 11100100 | 1110 | 1000000 | 0 | 1011 | 100011111 | 1001001 | 111101 |
Color Harmonies of #C451E4
Complementary color
Monochromatic Colors of #C451E4
Black with #C451E4
Text Example
Text Example
White with #C451E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C451E4; }
p { color: rgb(196,81,228); }
H1.HeaderClassName
{
color: #C451E4;
}
.AnyTagClassName
{
color: #C451E4;
}
</style>
background-color css
<style>
a { background-color: #C451E4; }
a { background-color: rgb(196,81,228); }
div.DivClassName
{
background-color: #C451E4;
}
.BgClassName
{
background-color: #C451E4;
}
</style>
border-color css
<style>
span { border-color: #C451E4; }
span { border-color: rgb(196,81,228); }
td.TdClassName
{
border-color: #C451E4;
}
.TagClassName
{
border-color: #C451E4;
}
</style>