Shades of Medium Orchid #C455D7
Tints of Medium Orchid #C455D7
RGB
CMYK
RGB Variations
Color information
#C455D7 (or 0xC455D7) is known color: Medium Orchid. HEX triplet: C4, 55 and D7. RGB value is (196,85,215). Sum of RGB (Red+Green+Blue) = 196+85+215=496 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.52% from 496); Green value is 85 (33.59% from 255 or 17.14% from 496); Blue value is 215 (84.38% from 255 or 43.35% from 496); Max value from RGB is 215 - color contains mainly: blue. Hex color #C455D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C455D7 is #3BAA28. Grayscale: #848484. Windows color (decimal): -3910185 or 14112196. OLE color: 14112196.
HSL color Cylindrical-coordinate representation of color #C455D7: hue angle of 291.23º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C455D7 is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 85 | 215 | - |
| CMYK | 0.09 | 0.60 | 0 | 0.16 |
| HSL | 291.23º | 0.62% | 0.59% | - |
| HSV(B) | 291.23º | 0.6% | 0.84% | - |
| XYZ | 38.28 | 23.14 | 66.74 | - |
| YUV | 133.01 | 174.27 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 85 | 215 | 0.09 | 0.60 | 0 | 0.16 | 291.23 | 0.62 | 0.59 |
| Hex | C4 | 55 | D7 | 9 | 3C | 0 | 10 | 123 | 3E | 3B |
| Octal | 304 | 125 | 327 | 11 | 74 | 0 | 20 | 443 | 76 | 73 |
| Binary | 11000100 | 1010101 | 11010111 | 1001 | 111100 | 0 | 10000 | 100100011 | 111110 | 111011 |
Color Harmonies of #C455D7
Complementary color
Monochromatic Colors of #C455D7
Black with #C455D7
Text Example
Text Example
White with #C455D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C455D7; }
p { color: rgb(196,85,215); }
H1.HeaderClassName
{
color: #C455D7;
}
.AnyTagClassName
{
color: #C455D7;
}
</style>
background-color css
<style>
a { background-color: #C455D7; }
a { background-color: rgb(196,85,215); }
div.DivClassName
{
background-color: #C455D7;
}
.BgClassName
{
background-color: #C455D7;
}
</style>
border-color css
<style>
span { border-color: #C455D7; }
span { border-color: rgb(196,85,215); }
td.TdClassName
{
border-color: #C455D7;
}
.TagClassName
{
border-color: #C455D7;
}
</style>