Shades of Medium Orchid #C455CE
Tints of Medium Orchid #C455CE
RGB
CMYK
RGB Variations
Color information
#C455CE (or 0xC455CE) is known color: Medium Orchid. HEX triplet: C4, 55 and CE. RGB value is (196,85,206). Sum of RGB (Red+Green+Blue) = 196+85+206=487 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.25% from 487); Green value is 85 (33.59% from 255 or 17.45% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #C455CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C455CE is #3BAA31. Grayscale: #838383. Windows color (decimal): -3910194 or 13522372. OLE color: 13522372.
HSL color Cylindrical-coordinate representation of color #C455CE: hue angle of 295.04º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C455CE is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 85 | 206 | - |
| CMYK | 0.05 | 0.59 | 0 | 0.19 |
| HSL | 295.04º | 0.55% | 0.57% | - |
| HSV(B) | 295.04º | 0.59% | 0.81% | - |
| XYZ | 37.15 | 22.69 | 60.81 | - |
| YUV | 131.98 | 169.77 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 85 | 206 | 0.05 | 0.59 | 0 | 0.19 | 295.04 | 0.55 | 0.57 |
| Hex | C4 | 55 | CE | 5 | 3B | 0 | 13 | 127 | 37 | 39 |
| Octal | 304 | 125 | 316 | 5 | 73 | 0 | 23 | 447 | 67 | 71 |
| Binary | 11000100 | 1010101 | 11001110 | 101 | 111011 | 0 | 10011 | 100100111 | 110111 | 111001 |
Color Harmonies of #C455CE
Complementary color
Monochromatic Colors of #C455CE
Black with #C455CE
Text Example
Text Example
White with #C455CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C455CE; }
p { color: rgb(196,85,206); }
H1.HeaderClassName
{
color: #C455CE;
}
.AnyTagClassName
{
color: #C455CE;
}
</style>
background-color css
<style>
a { background-color: #C455CE; }
a { background-color: rgb(196,85,206); }
div.DivClassName
{
background-color: #C455CE;
}
.BgClassName
{
background-color: #C455CE;
}
</style>
border-color css
<style>
span { border-color: #C455CE; }
span { border-color: rgb(196,85,206); }
td.TdClassName
{
border-color: #C455CE;
}
.TagClassName
{
border-color: #C455CE;
}
</style>