Shades of Medium Orchid #C654D4
Tints of Medium Orchid #C654D4
RGB
CMYK
RGB Variations
Color information
#C654D4 (or 0xC654D4) is known color: Medium Orchid. HEX triplet: C6, 54 and D4. RGB value is (198,84,212). Sum of RGB (Red+Green+Blue) = 198+84+212=494 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.08% from 494); Green value is 84 (33.20% from 255 or 17.00% from 494); Blue value is 212 (83.20% from 255 or 42.91% from 494); Max value from RGB is 212 - color contains mainly: blue. Hex color #C654D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C654D4 is #39AB2B. Grayscale: #848484. Windows color (decimal): -3779372 or 13915334. OLE color: 13915334.
HSL color Cylindrical-coordinate representation of color #C654D4: hue angle of 293.44º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C654D4 is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 198 | 84 | 212 | - |
| CMYK | 0.07 | 0.60 | 0 | 0.17 |
| HSL | 293.44º | 0.6% | 0.58% | - |
| HSV(B) | 293.44º | 0.6% | 0.83% | - |
| XYZ | 38.34 | 23.1 | 64.73 | - |
| YUV | 132.68 | 172.77 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 84 | 212 | 0.07 | 0.60 | 0 | 0.17 | 293.44 | 0.6 | 0.58 |
| Hex | C6 | 54 | D4 | 7 | 3C | 0 | 11 | 125 | 3C | 3A |
| Octal | 306 | 124 | 324 | 7 | 74 | 0 | 21 | 445 | 74 | 72 |
| Binary | 11000110 | 1010100 | 11010100 | 111 | 111100 | 0 | 10001 | 100100101 | 111100 | 111010 |
Color Harmonies of #C654D4
Complementary color
Monochromatic Colors of #C654D4
Black with #C654D4
Text Example
Text Example
White with #C654D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C654D4; }
p { color: rgb(198,84,212); }
H1.HeaderClassName
{
color: #C654D4;
}
.AnyTagClassName
{
color: #C654D4;
}
</style>
background-color css
<style>
a { background-color: #C654D4; }
a { background-color: rgb(198,84,212); }
div.DivClassName
{
background-color: #C654D4;
}
.BgClassName
{
background-color: #C654D4;
}
</style>
border-color css
<style>
span { border-color: #C654D4; }
span { border-color: rgb(198,84,212); }
td.TdClassName
{
border-color: #C654D4;
}
.TagClassName
{
border-color: #C654D4;
}
</style>