Shades of Medium Orchid #C45AEE
Tints of Medium Orchid #C45AEE
RGB
CMYK
RGB Variations
Color information
#C45AEE (or 0xC45AEE) is known color: Medium Orchid. HEX triplet: C4, 5A and EE. RGB value is (196,90,238). Sum of RGB (Red+Green+Blue) = 196+90+238=524 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.40% from 524); Green value is 90 (35.55% from 255 or 17.18% from 524); Blue value is 238 (93.36% from 255 or 45.42% from 524); Max value from RGB is 238 - color contains mainly: blue. Hex color #C45AEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C45AEE is #3BA511. Grayscale: #8A8A8A. Windows color (decimal): -3908882 or 15620804. OLE color: 15620804.
HSL color Cylindrical-coordinate representation of color #C45AEE: hue angle of 282.97º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C45AEE is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 90 | 238 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.07 |
| HSL | 282.97º | 0.81% | 0.64% | - |
| HSV(B) | 282.97º | 0.62% | 0.93% | - |
| XYZ | 41.85 | 25.22 | 83.55 | - |
| YUV | 138.57 | 184.12 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 90 | 238 | 0.18 | 0.62 | 0 | 0.07 | 282.97 | 0.81 | 0.64 |
| Hex | C4 | 5A | EE | 12 | 3E | 0 | 7 | 11B | 51 | 40 |
| Octal | 304 | 132 | 356 | 22 | 76 | 0 | 7 | 433 | 121 | 100 |
| Binary | 11000100 | 1011010 | 11101110 | 10010 | 111110 | 0 | 111 | 100011011 | 1010001 | 1000000 |
Color Harmonies of #C45AEE
Complementary color
Monochromatic Colors of #C45AEE
Black with #C45AEE
Text Example
Text Example
White with #C45AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45AEE; }
p { color: rgb(196,90,238); }
H1.HeaderClassName
{
color: #C45AEE;
}
.AnyTagClassName
{
color: #C45AEE;
}
</style>
background-color css
<style>
a { background-color: #C45AEE; }
a { background-color: rgb(196,90,238); }
div.DivClassName
{
background-color: #C45AEE;
}
.BgClassName
{
background-color: #C45AEE;
}
</style>
border-color css
<style>
span { border-color: #C45AEE; }
span { border-color: rgb(196,90,238); }
td.TdClassName
{
border-color: #C45AEE;
}
.TagClassName
{
border-color: #C45AEE;
}
</style>