Shades of Medium Orchid #C453F5
Tints of Medium Orchid #C453F5
RGB
CMYK
RGB Variations
Color information
#C453F5 (or 0xC453F5) is known color: Medium Orchid. HEX triplet: C4, 53 and F5. RGB value is (196,83,245). Sum of RGB (Red+Green+Blue) = 196+83+245=524 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.40% from 524); Green value is 83 (32.81% from 255 or 15.84% from 524); Blue value is 245 (96.09% from 255 or 46.76% from 524); Max value from RGB is 245 - color contains mainly: blue. Hex color #C453F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C453F5 is #3BAC0A. Grayscale: #868686. Windows color (decimal): -3910667 or 16077764. OLE color: 16077764.
HSL color Cylindrical-coordinate representation of color #C453F5: hue angle of 281.85º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C453F5 is Cyan = 0.2, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 196 | 83 | 245 | - |
| CMYK | 0.2 | 0.66 | 0 | 0.04 |
| HSL | 281.85º | 0.89% | 0.64% | - |
| HSV(B) | 281.85º | 0.66% | 0.96% | - |
| XYZ | 42.34 | 24.51 | 88.89 | - |
| YUV | 135.26 | 189.94 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 83 | 245 | 0.2 | 0.66 | 0 | 0.04 | 281.85 | 0.89 | 0.64 |
| Hex | C4 | 53 | F5 | 14 | 42 | 0 | 4 | 11A | 59 | 40 |
| Octal | 304 | 123 | 365 | 24 | 102 | 0 | 4 | 432 | 131 | 100 |
| Binary | 11000100 | 1010011 | 11110101 | 10100 | 1000010 | 0 | 100 | 100011010 | 1011001 | 1000000 |
Color Harmonies of #C453F5
Complementary color
Monochromatic Colors of #C453F5
Black with #C453F5
Text Example
Text Example
White with #C453F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C453F5; }
p { color: rgb(196,83,245); }
H1.HeaderClassName
{
color: #C453F5;
}
.AnyTagClassName
{
color: #C453F5;
}
</style>
background-color css
<style>
a { background-color: #C453F5; }
a { background-color: rgb(196,83,245); }
div.DivClassName
{
background-color: #C453F5;
}
.BgClassName
{
background-color: #C453F5;
}
</style>
border-color css
<style>
span { border-color: #C453F5; }
span { border-color: rgb(196,83,245); }
td.TdClassName
{
border-color: #C453F5;
}
.TagClassName
{
border-color: #C453F5;
}
</style>