Shades of Medium Orchid #C45AEA
Tints of Medium Orchid #C45AEA
RGB
CMYK
RGB Variations
Color information
#C45AEA (or 0xC45AEA) is known color: Medium Orchid. HEX triplet: C4, 5A and EA. RGB value is (196,90,234). Sum of RGB (Red+Green+Blue) = 196+90+234=520 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.69% from 520); Green value is 90 (35.55% from 255 or 17.31% from 520); Blue value is 234 (91.80% from 255 or 45% from 520); Max value from RGB is 234 - color contains mainly: blue. Hex color #C45AEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C45AEA is #3BA515. Grayscale: #898989. Windows color (decimal): -3908886 or 15358660. OLE color: 15358660.
HSL color Cylindrical-coordinate representation of color #C45AEA: hue angle of 284.17º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C45AEA is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 196 | 90 | 234 | - |
| CMYK | 0.16 | 0.62 | 0 | 0.08 |
| HSL | 284.17º | 0.77% | 0.64% | - |
| HSV(B) | 284.17º | 0.62% | 0.92% | - |
| XYZ | 41.27 | 24.99 | 80.49 | - |
| YUV | 138.11 | 182.12 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 90 | 234 | 0.16 | 0.62 | 0 | 0.08 | 284.17 | 0.77 | 0.64 |
| Hex | C4 | 5A | EA | 10 | 3E | 0 | 8 | 11C | 4D | 40 |
| Octal | 304 | 132 | 352 | 20 | 76 | 0 | 10 | 434 | 115 | 100 |
| Binary | 11000100 | 1011010 | 11101010 | 10000 | 111110 | 0 | 1000 | 100011100 | 1001101 | 1000000 |
Color Harmonies of #C45AEA
Complementary color
Monochromatic Colors of #C45AEA
Black with #C45AEA
Text Example
Text Example
White with #C45AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45AEA; }
p { color: rgb(196,90,234); }
H1.HeaderClassName
{
color: #C45AEA;
}
.AnyTagClassName
{
color: #C45AEA;
}
</style>
background-color css
<style>
a { background-color: #C45AEA; }
a { background-color: rgb(196,90,234); }
div.DivClassName
{
background-color: #C45AEA;
}
.BgClassName
{
background-color: #C45AEA;
}
</style>
border-color css
<style>
span { border-color: #C45AEA; }
span { border-color: rgb(196,90,234); }
td.TdClassName
{
border-color: #C45AEA;
}
.TagClassName
{
border-color: #C45AEA;
}
</style>