Shades of Medium Orchid #C455DF
Tints of Medium Orchid #C455DF
RGB
CMYK
RGB Variations
Color information
#C455DF (or 0xC455DF) is known color: Medium Orchid. HEX triplet: C4, 55 and DF. RGB value is (196,85,223). Sum of RGB (Red+Green+Blue) = 196+85+223=504 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.89% from 504); Green value is 85 (33.59% from 255 or 16.87% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #C455DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C455DF is #3BAA20. Grayscale: #858585. Windows color (decimal): -3910177 or 14636484. OLE color: 14636484.
HSL color Cylindrical-coordinate representation of color #C455DF: hue angle of 288.26º degrees, saturation: 0.68, 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 #C455DF is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 85 | 223 | - |
| CMYK | 0.12 | 0.62 | 0 | 0.13 |
| HSL | 288.26º | 0.68% | 0.6% | - |
| HSV(B) | 288.26º | 0.62% | 0.87% | - |
| XYZ | 39.33 | 23.56 | 72.29 | - |
| YUV | 133.92 | 178.27 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 85 | 223 | 0.12 | 0.62 | 0 | 0.13 | 288.26 | 0.68 | 0.6 |
| Hex | C4 | 55 | DF | C | 3E | 0 | D | 120 | 44 | 3C |
| Octal | 304 | 125 | 337 | 14 | 76 | 0 | 15 | 440 | 104 | 74 |
| Binary | 11000100 | 1010101 | 11011111 | 1100 | 111110 | 0 | 1101 | 100100000 | 1000100 | 111100 |
Color Harmonies of #C455DF
Complementary color
Monochromatic Colors of #C455DF
Black with #C455DF
Text Example
Text Example
White with #C455DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C455DF; }
p { color: rgb(196,85,223); }
H1.HeaderClassName
{
color: #C455DF;
}
.AnyTagClassName
{
color: #C455DF;
}
</style>
background-color css
<style>
a { background-color: #C455DF; }
a { background-color: rgb(196,85,223); }
div.DivClassName
{
background-color: #C455DF;
}
.BgClassName
{
background-color: #C455DF;
}
</style>
border-color css
<style>
span { border-color: #C455DF; }
span { border-color: rgb(196,85,223); }
td.TdClassName
{
border-color: #C455DF;
}
.TagClassName
{
border-color: #C455DF;
}
</style>