Shades of Medium Orchid #C054DB
Tints of Medium Orchid #C054DB
RGB
CMYK
RGB Variations
Color information
#C054DB (or 0xC054DB) is known color: Medium Orchid. HEX triplet: C0, 54 and DB. RGB value is (192,84,219). Sum of RGB (Red+Green+Blue) = 192+84+219=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 84 (33.20% from 255 or 16.97% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #C054DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C054DB is #3FAB24. Grayscale: #838383. Windows color (decimal): -4172581 or 14374080. OLE color: 14374080.
HSL color Cylindrical-coordinate representation of color #C054DB: hue angle of 288º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C054DB is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 84 | 219 | - |
| CMYK | 0.12 | 0.62 | 0 | 0.14 |
| HSL | 288º | 0.65% | 0.59% | - |
| HSV(B) | 288º | 0.62% | 0.86% | - |
| XYZ | 37.69 | 22.66 | 69.41 | - |
| YUV | 131.68 | 177.28 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 84 | 219 | 0.12 | 0.62 | 0 | 0.14 | 288 | 0.65 | 0.59 |
| Hex | C0 | 54 | DB | C | 3E | 0 | E | 120 | 41 | 3B |
| Octal | 300 | 124 | 333 | 14 | 76 | 0 | 16 | 440 | 101 | 73 |
| Binary | 11000000 | 1010100 | 11011011 | 1100 | 111110 | 0 | 1110 | 100100000 | 1000001 | 111011 |
Color Harmonies of #C054DB
Complementary color
Monochromatic Colors of #C054DB
Black with #C054DB
Text Example
Text Example
White with #C054DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C054DB; }
p { color: rgb(192,84,219); }
H1.HeaderClassName
{
color: #C054DB;
}
.AnyTagClassName
{
color: #C054DB;
}
</style>
background-color css
<style>
a { background-color: #C054DB; }
a { background-color: rgb(192,84,219); }
div.DivClassName
{
background-color: #C054DB;
}
.BgClassName
{
background-color: #C054DB;
}
</style>
border-color css
<style>
span { border-color: #C054DB; }
span { border-color: rgb(192,84,219); }
td.TdClassName
{
border-color: #C054DB;
}
.TagClassName
{
border-color: #C054DB;
}
</style>