Shades of Medium Orchid #C654DC
Tints of Medium Orchid #C654DC
RGB
CMYK
RGB Variations
Color information
#C654DC (or 0xC654DC) is known color: Medium Orchid. HEX triplet: C6, 54 and DC. RGB value is (198,84,220). Sum of RGB (Red+Green+Blue) = 198+84+220=502 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.44% from 502); Green value is 84 (33.20% from 255 or 16.73% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #C654DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C654DC is #39AB23. Grayscale: #858585. Windows color (decimal): -3779364 or 14439622. OLE color: 14439622.
HSL color Cylindrical-coordinate representation of color #C654DC: hue angle of 290.29º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C654DC is Cyan = 0.1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 84 | 220 | - |
| CMYK | 0.1 | 0.62 | 0 | 0.14 |
| HSL | 290.29º | 0.66% | 0.6% | - |
| HSV(B) | 290.29º | 0.62% | 0.86% | - |
| XYZ | 39.38 | 23.51 | 70.17 | - |
| YUV | 133.59 | 176.77 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 84 | 220 | 0.1 | 0.62 | 0 | 0.14 | 290.29 | 0.66 | 0.6 |
| Hex | C6 | 54 | DC | A | 3E | 0 | E | 122 | 42 | 3C |
| Octal | 306 | 124 | 334 | 12 | 76 | 0 | 16 | 442 | 102 | 74 |
| Binary | 11000110 | 1010100 | 11011100 | 1010 | 111110 | 0 | 1110 | 100100010 | 1000010 | 111100 |
Color Harmonies of #C654DC
Complementary color
Monochromatic Colors of #C654DC
Black with #C654DC
Text Example
Text Example
White with #C654DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C654DC; }
p { color: rgb(198,84,220); }
H1.HeaderClassName
{
color: #C654DC;
}
.AnyTagClassName
{
color: #C654DC;
}
</style>
background-color css
<style>
a { background-color: #C654DC; }
a { background-color: rgb(198,84,220); }
div.DivClassName
{
background-color: #C654DC;
}
.BgClassName
{
background-color: #C654DC;
}
</style>
border-color css
<style>
span { border-color: #C654DC; }
span { border-color: rgb(198,84,220); }
td.TdClassName
{
border-color: #C654DC;
}
.TagClassName
{
border-color: #C654DC;
}
</style>