Shades of Medium Orchid #C654DB
Tints of Medium Orchid #C654DB
RGB
CMYK
RGB Variations
Color information
#C654DB (or 0xC654DB) is known color: Medium Orchid. HEX triplet: C6, 54 and DB. RGB value is (198,84,219). Sum of RGB (Red+Green+Blue) = 198+84+219=501 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.52% from 501); Green value is 84 (33.20% from 255 or 16.77% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #C654DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C654DB is #39AB24. Grayscale: #858585. Windows color (decimal): -3779365 or 14374086. OLE color: 14374086.
HSL color Cylindrical-coordinate representation of color #C654DB: hue angle of 290.67º 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 #C654DB is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 84 | 219 | - |
| CMYK | 0.10 | 0.62 | 0 | 0.14 |
| HSL | 290.67º | 0.65% | 0.59% | - |
| HSV(B) | 290.67º | 0.62% | 0.86% | - |
| XYZ | 39.25 | 23.46 | 69.48 | - |
| YUV | 133.48 | 176.27 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 84 | 219 | 0.10 | 0.62 | 0 | 0.14 | 290.67 | 0.65 | 0.59 |
| Hex | C6 | 54 | DB | A | 3E | 0 | E | 123 | 41 | 3B |
| Octal | 306 | 124 | 333 | 12 | 76 | 0 | 16 | 443 | 101 | 73 |
| Binary | 11000110 | 1010100 | 11011011 | 1010 | 111110 | 0 | 1110 | 100100011 | 1000001 | 111011 |
Color Harmonies of #C654DB
Complementary color
Monochromatic Colors of #C654DB
Black with #C654DB
Text Example
Text Example
White with #C654DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C654DB; }
p { color: rgb(198,84,219); }
H1.HeaderClassName
{
color: #C654DB;
}
.AnyTagClassName
{
color: #C654DB;
}
</style>
background-color css
<style>
a { background-color: #C654DB; }
a { background-color: rgb(198,84,219); }
div.DivClassName
{
background-color: #C654DB;
}
.BgClassName
{
background-color: #C654DB;
}
</style>
border-color css
<style>
span { border-color: #C654DB; }
span { border-color: rgb(198,84,219); }
td.TdClassName
{
border-color: #C654DB;
}
.TagClassName
{
border-color: #C654DB;
}
</style>