Shades of Medium Orchid #C451DB
Tints of Medium Orchid #C451DB
RGB
CMYK
RGB Variations
Color information
#C451DB (or 0xC451DB) is known color: Medium Orchid. HEX triplet: C4, 51 and DB. RGB value is (196,81,219). Sum of RGB (Red+Green+Blue) = 196+81+219=496 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.52% from 496); Green value is 81 (32.03% from 255 or 16.33% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #C451DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C451DB is #3BAE24. Grayscale: #828282. Windows color (decimal): -3911205 or 14373316. OLE color: 14373316.
HSL color Cylindrical-coordinate representation of color #C451DB: hue angle of 290º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C451DB is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 81 | 219 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.14 |
| HSL | 290º | 0.66% | 0.59% | - |
| HSV(B) | 290º | 0.63% | 0.86% | - |
| XYZ | 38.49 | 22.74 | 69.38 | - |
| YUV | 131.12 | 177.6 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 81 | 219 | 0.11 | 0.63 | 0 | 0.14 | 290 | 0.66 | 0.59 |
| Hex | C4 | 51 | DB | B | 3F | 0 | E | 122 | 42 | 3B |
| Octal | 304 | 121 | 333 | 13 | 77 | 0 | 16 | 442 | 102 | 73 |
| Binary | 11000100 | 1010001 | 11011011 | 1011 | 111111 | 0 | 1110 | 100100010 | 1000010 | 111011 |
Color Harmonies of #C451DB
Complementary color
Monochromatic Colors of #C451DB
Black with #C451DB
Text Example
Text Example
White with #C451DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C451DB; }
p { color: rgb(196,81,219); }
H1.HeaderClassName
{
color: #C451DB;
}
.AnyTagClassName
{
color: #C451DB;
}
</style>
background-color css
<style>
a { background-color: #C451DB; }
a { background-color: rgb(196,81,219); }
div.DivClassName
{
background-color: #C451DB;
}
.BgClassName
{
background-color: #C451DB;
}
</style>
border-color css
<style>
span { border-color: #C451DB; }
span { border-color: rgb(196,81,219); }
td.TdClassName
{
border-color: #C451DB;
}
.TagClassName
{
border-color: #C451DB;
}
</style>