Shades of Medium Orchid #C45AF5
Tints of Medium Orchid #C45AF5
RGB
CMYK
RGB Variations
Color information
#C45AF5 (or 0xC45AF5) is known color: Medium Orchid. HEX triplet: C4, 5A and F5. RGB value is (196,90,245). Sum of RGB (Red+Green+Blue) = 196+90+245=531 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.91% from 531); Green value is 90 (35.55% from 255 or 16.95% from 531); Blue value is 245 (96.09% from 255 or 46.14% from 531); Max value from RGB is 245 - color contains mainly: blue. Hex color #C45AF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C45AF5 is #3BA50A. Grayscale: #8A8A8A. Windows color (decimal): -3908875 or 16079556. OLE color: 16079556.
HSL color Cylindrical-coordinate representation of color #C45AF5: hue angle of 281.03º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C45AF5 is Cyan = 0.2, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 196 | 90 | 245 | - |
| CMYK | 0.2 | 0.63 | 0 | 0.04 |
| HSL | 281.03º | 0.89% | 0.66% | - |
| HSV(B) | 281.03º | 0.63% | 0.96% | - |
| XYZ | 42.9 | 25.64 | 89.07 | - |
| YUV | 139.36 | 187.62 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 90 | 245 | 0.2 | 0.63 | 0 | 0.04 | 281.03 | 0.89 | 0.66 |
| Hex | C4 | 5A | F5 | 14 | 3F | 0 | 4 | 119 | 59 | 42 |
| Octal | 304 | 132 | 365 | 24 | 77 | 0 | 4 | 431 | 131 | 102 |
| Binary | 11000100 | 1011010 | 11110101 | 10100 | 111111 | 0 | 100 | 100011001 | 1011001 | 1000010 |
Color Harmonies of #C45AF5
Complementary color
Monochromatic Colors of #C45AF5
Black with #C45AF5
Text Example
Text Example
White with #C45AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45AF5; }
p { color: rgb(196,90,245); }
H1.HeaderClassName
{
color: #C45AF5;
}
.AnyTagClassName
{
color: #C45AF5;
}
</style>
background-color css
<style>
a { background-color: #C45AF5; }
a { background-color: rgb(196,90,245); }
div.DivClassName
{
background-color: #C45AF5;
}
.BgClassName
{
background-color: #C45AF5;
}
</style>
border-color css
<style>
span { border-color: #C45AF5; }
span { border-color: rgb(196,90,245); }
td.TdClassName
{
border-color: #C45AF5;
}
.TagClassName
{
border-color: #C45AF5;
}
</style>