Shades of Medium Orchid #C45AD8
Tints of Medium Orchid #C45AD8
RGB
CMYK
RGB Variations
Color information
#C45AD8 (or 0xC45AD8) is known color: Medium Orchid. HEX triplet: C4, 5A and D8. RGB value is (196,90,216). Sum of RGB (Red+Green+Blue) = 196+90+216=502 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.04% from 502); Green value is 90 (35.55% from 255 or 17.93% from 502); Blue value is 216 (84.77% from 255 or 43.03% from 502); Max value from RGB is 216 - color contains mainly: blue. Hex color #C45AD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45AD8 is #3BA527. Grayscale: #878787. Windows color (decimal): -3908904 or 14179012. OLE color: 14179012.
HSL color Cylindrical-coordinate representation of color #C45AD8: hue angle of 290.48º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C45AD8 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 90 | 216 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.15 |
| HSL | 290.48º | 0.62% | 0.6% | - |
| HSV(B) | 290.48º | 0.58% | 0.85% | - |
| XYZ | 38.82 | 24.01 | 67.55 | - |
| YUV | 136.06 | 173.12 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 90 | 216 | 0.09 | 0.58 | 0 | 0.15 | 290.48 | 0.62 | 0.6 |
| Hex | C4 | 5A | D8 | 9 | 3A | 0 | F | 122 | 3E | 3C |
| Octal | 304 | 132 | 330 | 11 | 72 | 0 | 17 | 442 | 76 | 74 |
| Binary | 11000100 | 1011010 | 11011000 | 1001 | 111010 | 0 | 1111 | 100100010 | 111110 | 111100 |
Color Harmonies of #C45AD8
Complementary color
Monochromatic Colors of #C45AD8
Black with #C45AD8
Text Example
Text Example
White with #C45AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45AD8; }
p { color: rgb(196,90,216); }
H1.HeaderClassName
{
color: #C45AD8;
}
.AnyTagClassName
{
color: #C45AD8;
}
</style>
background-color css
<style>
a { background-color: #C45AD8; }
a { background-color: rgb(196,90,216); }
div.DivClassName
{
background-color: #C45AD8;
}
.BgClassName
{
background-color: #C45AD8;
}
</style>
border-color css
<style>
span { border-color: #C45AD8; }
span { border-color: rgb(196,90,216); }
td.TdClassName
{
border-color: #C45AD8;
}
.TagClassName
{
border-color: #C45AD8;
}
</style>