Shades of Medium Orchid #C45ADF
Tints of Medium Orchid #C45ADF
RGB
CMYK
RGB Variations
Color information
#C45ADF (or 0xC45ADF) is known color: Medium Orchid. HEX triplet: C4, 5A and DF. RGB value is (196,90,223). Sum of RGB (Red+Green+Blue) = 196+90+223=509 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.51% from 509); Green value is 90 (35.55% from 255 or 17.68% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #C45ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45ADF is #3BA520. Grayscale: #888888. Windows color (decimal): -3908897 or 14637764. OLE color: 14637764.
HSL color Cylindrical-coordinate representation of color #C45ADF: hue angle of 287.82º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C45ADF is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 90 | 223 | - |
| CMYK | 0.12 | 0.60 | 0 | 0.13 |
| HSL | 287.82º | 0.68% | 0.61% | - |
| HSV(B) | 287.82º | 0.6% | 0.87% | - |
| XYZ | 39.74 | 24.38 | 72.42 | - |
| YUV | 136.86 | 176.62 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 90 | 223 | 0.12 | 0.60 | 0 | 0.13 | 287.82 | 0.68 | 0.61 |
| Hex | C4 | 5A | DF | C | 3C | 0 | D | 120 | 44 | 3D |
| Octal | 304 | 132 | 337 | 14 | 74 | 0 | 15 | 440 | 104 | 75 |
| Binary | 11000100 | 1011010 | 11011111 | 1100 | 111100 | 0 | 1101 | 100100000 | 1000100 | 111101 |
Color Harmonies of #C45ADF
Complementary color
Monochromatic Colors of #C45ADF
Black with #C45ADF
Text Example
Text Example
White with #C45ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45ADF; }
p { color: rgb(196,90,223); }
H1.HeaderClassName
{
color: #C45ADF;
}
.AnyTagClassName
{
color: #C45ADF;
}
</style>
background-color css
<style>
a { background-color: #C45ADF; }
a { background-color: rgb(196,90,223); }
div.DivClassName
{
background-color: #C45ADF;
}
.BgClassName
{
background-color: #C45ADF;
}
</style>
border-color css
<style>
span { border-color: #C45ADF; }
span { border-color: rgb(196,90,223); }
td.TdClassName
{
border-color: #C45ADF;
}
.TagClassName
{
border-color: #C45ADF;
}
</style>