Shades of Medium Orchid #C455DC
Tints of Medium Orchid #C455DC
RGB
CMYK
RGB Variations
Color information
#C455DC (or 0xC455DC) is known color: Medium Orchid. HEX triplet: C4, 55 and DC. RGB value is (196,85,220). Sum of RGB (Red+Green+Blue) = 196+85+220=501 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.12% from 501); Green value is 85 (33.59% from 255 or 16.97% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #C455DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C455DC is #3BAA23. Grayscale: #858585. Windows color (decimal): -3910180 or 14439876. OLE color: 14439876.
HSL color Cylindrical-coordinate representation of color #C455DC: hue angle of 289.33º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C455DC is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 85 | 220 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.14 |
| HSL | 289.33º | 0.66% | 0.6% | - |
| HSV(B) | 289.33º | 0.61% | 0.86% | - |
| XYZ | 38.93 | 23.4 | 70.17 | - |
| YUV | 133.58 | 176.77 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 85 | 220 | 0.11 | 0.61 | 0 | 0.14 | 289.33 | 0.66 | 0.6 |
| Hex | C4 | 55 | DC | B | 3D | 0 | E | 121 | 42 | 3C |
| Octal | 304 | 125 | 334 | 13 | 75 | 0 | 16 | 441 | 102 | 74 |
| Binary | 11000100 | 1010101 | 11011100 | 1011 | 111101 | 0 | 1110 | 100100001 | 1000010 | 111100 |
Color Harmonies of #C455DC
Complementary color
Monochromatic Colors of #C455DC
Black with #C455DC
Text Example
Text Example
White with #C455DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C455DC; }
p { color: rgb(196,85,220); }
H1.HeaderClassName
{
color: #C455DC;
}
.AnyTagClassName
{
color: #C455DC;
}
</style>
background-color css
<style>
a { background-color: #C455DC; }
a { background-color: rgb(196,85,220); }
div.DivClassName
{
background-color: #C455DC;
}
.BgClassName
{
background-color: #C455DC;
}
</style>
border-color css
<style>
span { border-color: #C455DC; }
span { border-color: rgb(196,85,220); }
td.TdClassName
{
border-color: #C455DC;
}
.TagClassName
{
border-color: #C455DC;
}
</style>