Shades of Medium Orchid #C45ADD
Tints of Medium Orchid #C45ADD
RGB
CMYK
RGB Variations
Color information
#C45ADD (or 0xC45ADD) is known color: Medium Orchid. HEX triplet: C4, 5A and DD. RGB value is (196,90,221). Sum of RGB (Red+Green+Blue) = 196+90+221=507 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.66% from 507); Green value is 90 (35.55% from 255 or 17.75% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #C45ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45ADD is #3BA522. Grayscale: #888888. Windows color (decimal): -3908899 or 14506692. OLE color: 14506692.
HSL color Cylindrical-coordinate representation of color #C45ADD: hue angle of 288.55º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C45ADD is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 90 | 221 | - |
| CMYK | 0.11 | 0.59 | 0 | 0.13 |
| HSL | 288.55º | 0.66% | 0.61% | - |
| HSV(B) | 288.55º | 0.59% | 0.87% | - |
| XYZ | 39.47 | 24.27 | 71.01 | - |
| YUV | 136.63 | 175.62 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 90 | 221 | 0.11 | 0.59 | 0 | 0.13 | 288.55 | 0.66 | 0.61 |
| Hex | C4 | 5A | DD | B | 3B | 0 | D | 121 | 42 | 3D |
| Octal | 304 | 132 | 335 | 13 | 73 | 0 | 15 | 441 | 102 | 75 |
| Binary | 11000100 | 1011010 | 11011101 | 1011 | 111011 | 0 | 1101 | 100100001 | 1000010 | 111101 |
Color Harmonies of #C45ADD
Complementary color
Monochromatic Colors of #C45ADD
Black with #C45ADD
Text Example
Text Example
White with #C45ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45ADD; }
p { color: rgb(196,90,221); }
H1.HeaderClassName
{
color: #C45ADD;
}
.AnyTagClassName
{
color: #C45ADD;
}
</style>
background-color css
<style>
a { background-color: #C45ADD; }
a { background-color: rgb(196,90,221); }
div.DivClassName
{
background-color: #C45ADD;
}
.BgClassName
{
background-color: #C45ADD;
}
</style>
border-color css
<style>
span { border-color: #C45ADD; }
span { border-color: rgb(196,90,221); }
td.TdClassName
{
border-color: #C45ADD;
}
.TagClassName
{
border-color: #C45ADD;
}
</style>