Shades of Medium Orchid #C45AF4
Tints of Medium Orchid #C45AF4
RGB
CMYK
RGB Variations
Color information
#C45AF4 (or 0xC45AF4) is known color: Medium Orchid. HEX triplet: C4, 5A and F4. RGB value is (196,90,244). Sum of RGB (Red+Green+Blue) = 196+90+244=530 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.98% from 530); Green value is 90 (35.55% from 255 or 16.98% from 530); Blue value is 244 (95.70% from 255 or 46.04% from 530); Max value from RGB is 244 - color contains mainly: blue. Hex color #C45AF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C45AF4 is #3BA50B. Grayscale: #8A8A8A. Windows color (decimal): -3908876 or 16014020. OLE color: 16014020.
HSL color Cylindrical-coordinate representation of color #C45AF4: hue angle of 281.3º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C45AF4 is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 196 | 90 | 244 | - |
| CMYK | 0.20 | 0.63 | 0 | 0.04 |
| HSL | 281.3º | 0.88% | 0.65% | - |
| HSV(B) | 281.3º | 0.63% | 0.96% | - |
| XYZ | 42.75 | 25.58 | 88.27 | - |
| YUV | 139.25 | 187.12 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 90 | 244 | 0.20 | 0.63 | 0 | 0.04 | 281.3 | 0.88 | 0.65 |
| Hex | C4 | 5A | F4 | 14 | 3F | 0 | 4 | 119 | 58 | 41 |
| Octal | 304 | 132 | 364 | 24 | 77 | 0 | 4 | 431 | 130 | 101 |
| Binary | 11000100 | 1011010 | 11110100 | 10100 | 111111 | 0 | 100 | 100011001 | 1011000 | 1000001 |
Color Harmonies of #C45AF4
Complementary color
Monochromatic Colors of #C45AF4
Black with #C45AF4
Text Example
Text Example
White with #C45AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45AF4; }
p { color: rgb(196,90,244); }
H1.HeaderClassName
{
color: #C45AF4;
}
.AnyTagClassName
{
color: #C45AF4;
}
</style>
background-color css
<style>
a { background-color: #C45AF4; }
a { background-color: rgb(196,90,244); }
div.DivClassName
{
background-color: #C45AF4;
}
.BgClassName
{
background-color: #C45AF4;
}
</style>
border-color css
<style>
span { border-color: #C45AF4; }
span { border-color: rgb(196,90,244); }
td.TdClassName
{
border-color: #C45AF4;
}
.TagClassName
{
border-color: #C45AF4;
}
</style>