Shades of Medium Orchid #C45BEA
Tints of Medium Orchid #C45BEA
RGB
CMYK
RGB Variations
Color information
#C45BEA (or 0xC45BEA) is known color: Medium Orchid. HEX triplet: C4, 5B and EA. RGB value is (196,91,234). Sum of RGB (Red+Green+Blue) = 196+91+234=521 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.62% from 521); Green value is 91 (35.94% from 255 or 17.47% from 521); Blue value is 234 (91.80% from 255 or 44.91% from 521); Max value from RGB is 234 - color contains mainly: blue. Hex color #C45BEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C45BEA is #3BA415. Grayscale: #8A8A8A. Windows color (decimal): -3908630 or 15358916. OLE color: 15358916.
HSL color Cylindrical-coordinate representation of color #C45BEA: hue angle of 284.06º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C45BEA is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 196 | 91 | 234 | - |
| CMYK | 0.16 | 0.61 | 0 | 0.08 |
| HSL | 284.06º | 0.77% | 0.64% | - |
| HSV(B) | 284.06º | 0.61% | 0.92% | - |
| XYZ | 41.36 | 25.16 | 80.52 | - |
| YUV | 138.7 | 181.79 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 91 | 234 | 0.16 | 0.61 | 0 | 0.08 | 284.06 | 0.77 | 0.64 |
| Hex | C4 | 5B | EA | 10 | 3D | 0 | 8 | 11C | 4D | 40 |
| Octal | 304 | 133 | 352 | 20 | 75 | 0 | 10 | 434 | 115 | 100 |
| Binary | 11000100 | 1011011 | 11101010 | 10000 | 111101 | 0 | 1000 | 100011100 | 1001101 | 1000000 |
Color Harmonies of #C45BEA
Complementary color
Monochromatic Colors of #C45BEA
Black with #C45BEA
Text Example
Text Example
White with #C45BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45BEA; }
p { color: rgb(196,91,234); }
H1.HeaderClassName
{
color: #C45BEA;
}
.AnyTagClassName
{
color: #C45BEA;
}
</style>
background-color css
<style>
a { background-color: #C45BEA; }
a { background-color: rgb(196,91,234); }
div.DivClassName
{
background-color: #C45BEA;
}
.BgClassName
{
background-color: #C45BEA;
}
</style>
border-color css
<style>
span { border-color: #C45BEA; }
span { border-color: rgb(196,91,234); }
td.TdClassName
{
border-color: #C45BEA;
}
.TagClassName
{
border-color: #C45BEA;
}
</style>