Shades of Medium Orchid #C454DD
Tints of Medium Orchid #C454DD
RGB
CMYK
RGB Variations
Color information
#C454DD (or 0xC454DD) is known color: Medium Orchid. HEX triplet: C4, 54 and DD. RGB value is (196,84,221). Sum of RGB (Red+Green+Blue) = 196+84+221=501 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.12% from 501); Green value is 84 (33.20% from 255 or 16.77% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #C454DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C454DD is #3BAB22. Grayscale: #848484. Windows color (decimal): -3910435 or 14505156. OLE color: 14505156.
HSL color Cylindrical-coordinate representation of color #C454DD: hue angle of 289.05º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C454DD is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 84 | 221 | - |
| CMYK | 0.11 | 0.62 | 0 | 0.13 |
| HSL | 289.05º | 0.67% | 0.6% | - |
| HSV(B) | 289.05º | 0.62% | 0.87% | - |
| XYZ | 38.99 | 23.3 | 70.85 | - |
| YUV | 133.11 | 177.61 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 84 | 221 | 0.11 | 0.62 | 0 | 0.13 | 289.05 | 0.67 | 0.6 |
| Hex | C4 | 54 | DD | B | 3E | 0 | D | 121 | 43 | 3C |
| Octal | 304 | 124 | 335 | 13 | 76 | 0 | 15 | 441 | 103 | 74 |
| Binary | 11000100 | 1010100 | 11011101 | 1011 | 111110 | 0 | 1101 | 100100001 | 1000011 | 111100 |
Color Harmonies of #C454DD
Complementary color
Monochromatic Colors of #C454DD
Black with #C454DD
Text Example
Text Example
White with #C454DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C454DD; }
p { color: rgb(196,84,221); }
H1.HeaderClassName
{
color: #C454DD;
}
.AnyTagClassName
{
color: #C454DD;
}
</style>
background-color css
<style>
a { background-color: #C454DD; }
a { background-color: rgb(196,84,221); }
div.DivClassName
{
background-color: #C454DD;
}
.BgClassName
{
background-color: #C454DD;
}
</style>
border-color css
<style>
span { border-color: #C454DD; }
span { border-color: rgb(196,84,221); }
td.TdClassName
{
border-color: #C454DD;
}
.TagClassName
{
border-color: #C454DD;
}
</style>