Shades of Medium Orchid #C45FDB
Tints of Medium Orchid #C45FDB
RGB
CMYK
RGB Variations
Color information
#C45FDB (or 0xC45FDB) is known color: Medium Orchid. HEX triplet: C4, 5F and DB. RGB value is (196,95,219). Sum of RGB (Red+Green+Blue) = 196+95+219=510 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.43% from 510); Green value is 95 (37.5% from 255 or 18.63% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #C45FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45FDB is #3BA024. Grayscale: #8A8A8A. Windows color (decimal): -3907621 or 14376900. OLE color: 14376900.
HSL color Cylindrical-coordinate representation of color #C45FDB: hue angle of 288.87º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C45FDB is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 95 | 219 | - |
| CMYK | 0.11 | 0.57 | 0 | 0.14 |
| HSL | 288.87º | 0.63% | 0.62% | - |
| HSV(B) | 288.87º | 0.57% | 0.86% | - |
| XYZ | 39.64 | 25.03 | 69.76 | - |
| YUV | 139.34 | 172.96 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 95 | 219 | 0.11 | 0.57 | 0 | 0.14 | 288.87 | 0.63 | 0.62 |
| Hex | C4 | 5F | DB | B | 39 | 0 | E | 121 | 3F | 3E |
| Octal | 304 | 137 | 333 | 13 | 71 | 0 | 16 | 441 | 77 | 76 |
| Binary | 11000100 | 1011111 | 11011011 | 1011 | 111001 | 0 | 1110 | 100100001 | 111111 | 111110 |
Color Harmonies of #C45FDB
Complementary color
Monochromatic Colors of #C45FDB
Black with #C45FDB
Text Example
Text Example
White with #C45FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45FDB; }
p { color: rgb(196,95,219); }
H1.HeaderClassName
{
color: #C45FDB;
}
.AnyTagClassName
{
color: #C45FDB;
}
</style>
background-color css
<style>
a { background-color: #C45FDB; }
a { background-color: rgb(196,95,219); }
div.DivClassName
{
background-color: #C45FDB;
}
.BgClassName
{
background-color: #C45FDB;
}
</style>
border-color css
<style>
span { border-color: #C45FDB; }
span { border-color: rgb(196,95,219); }
td.TdClassName
{
border-color: #C45FDB;
}
.TagClassName
{
border-color: #C45FDB;
}
</style>