Shades of Medium Orchid #C450E4
Tints of Medium Orchid #C450E4
RGB
CMYK
RGB Variations
Color information
#C450E4 (or 0xC450E4) is known color: Medium Orchid. HEX triplet: C4, 50 and E4. RGB value is (196,80,228). Sum of RGB (Red+Green+Blue) = 196+80+228=504 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.89% from 504); Green value is 80 (31.64% from 255 or 15.87% from 504); Blue value is 228 (89.45% from 255 or 45.24% from 504); Max value from RGB is 228 - color contains mainly: blue. Hex color #C450E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C450E4 is #3BAF1B. Grayscale: #838383. Windows color (decimal): -3911452 or 14962884. OLE color: 14962884.
HSL color Cylindrical-coordinate representation of color #C450E4: hue angle of 287.03º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C450E4 is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 196 | 80 | 228 | - |
| CMYK | 0.14 | 0.65 | 0 | 0.11 |
| HSL | 287.03º | 0.73% | 0.6% | - |
| HSV(B) | 287.03º | 0.65% | 0.89% | - |
| XYZ | 39.64 | 23.07 | 75.76 | - |
| YUV | 131.56 | 182.43 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 80 | 228 | 0.14 | 0.65 | 0 | 0.11 | 287.03 | 0.73 | 0.6 |
| Hex | C4 | 50 | E4 | E | 41 | 0 | B | 11F | 49 | 3C |
| Octal | 304 | 120 | 344 | 16 | 101 | 0 | 13 | 437 | 111 | 74 |
| Binary | 11000100 | 1010000 | 11100100 | 1110 | 1000001 | 0 | 1011 | 100011111 | 1001001 | 111100 |
Color Harmonies of #C450E4
Complementary color
Monochromatic Colors of #C450E4
Black with #C450E4
Text Example
Text Example
White with #C450E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C450E4; }
p { color: rgb(196,80,228); }
H1.HeaderClassName
{
color: #C450E4;
}
.AnyTagClassName
{
color: #C450E4;
}
</style>
background-color css
<style>
a { background-color: #C450E4; }
a { background-color: rgb(196,80,228); }
div.DivClassName
{
background-color: #C450E4;
}
.BgClassName
{
background-color: #C450E4;
}
</style>
border-color css
<style>
span { border-color: #C450E4; }
span { border-color: rgb(196,80,228); }
td.TdClassName
{
border-color: #C450E4;
}
.TagClassName
{
border-color: #C450E4;
}
</style>