Shades of Medium Orchid #C45CDB
Tints of Medium Orchid #C45CDB
RGB
CMYK
RGB Variations
Color information
#C45CDB (or 0xC45CDB) is known color: Medium Orchid. HEX triplet: C4, 5C and DB. RGB value is (196,92,219). Sum of RGB (Red+Green+Blue) = 196+92+219=507 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.66% from 507); Green value is 92 (36.33% from 255 or 18.15% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #C45CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45CDB is #3BA324. Grayscale: #898989. Windows color (decimal): -3908389 or 14376132. OLE color: 14376132.
HSL color Cylindrical-coordinate representation of color #C45CDB: hue angle of 289.13º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C45CDB is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 92 | 219 | - |
| CMYK | 0.11 | 0.58 | 0 | 0.14 |
| HSL | 289.13º | 0.64% | 0.61% | - |
| HSV(B) | 289.13º | 0.58% | 0.86% | - |
| XYZ | 39.38 | 24.5 | 69.67 | - |
| YUV | 137.57 | 173.96 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 92 | 219 | 0.11 | 0.58 | 0 | 0.14 | 289.13 | 0.64 | 0.61 |
| Hex | C4 | 5C | DB | B | 3A | 0 | E | 121 | 40 | 3D |
| Octal | 304 | 134 | 333 | 13 | 72 | 0 | 16 | 441 | 100 | 75 |
| Binary | 11000100 | 1011100 | 11011011 | 1011 | 111010 | 0 | 1110 | 100100001 | 1000000 | 111101 |
Color Harmonies of #C45CDB
Complementary color
Monochromatic Colors of #C45CDB
Black with #C45CDB
Text Example
Text Example
White with #C45CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45CDB; }
p { color: rgb(196,92,219); }
H1.HeaderClassName
{
color: #C45CDB;
}
.AnyTagClassName
{
color: #C45CDB;
}
</style>
background-color css
<style>
a { background-color: #C45CDB; }
a { background-color: rgb(196,92,219); }
div.DivClassName
{
background-color: #C45CDB;
}
.BgClassName
{
background-color: #C45CDB;
}
</style>
border-color css
<style>
span { border-color: #C45CDB; }
span { border-color: rgb(196,92,219); }
td.TdClassName
{
border-color: #C45CDB;
}
.TagClassName
{
border-color: #C45CDB;
}
</style>