Shades of Medium Orchid #C654DD
Tints of Medium Orchid #C654DD
RGB
CMYK
RGB Variations
Color information
#C654DD (or 0xC654DD) is known color: Medium Orchid. HEX triplet: C6, 54 and DD. RGB value is (198,84,221). Sum of RGB (Red+Green+Blue) = 198+84+221=503 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.36% from 503); Green value is 84 (33.20% from 255 or 16.70% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 221 - color contains mainly: blue. Hex color #C654DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C654DD is #39AB22. Grayscale: #858585. Windows color (decimal): -3779363 or 14505158. OLE color: 14505158.
HSL color Cylindrical-coordinate representation of color #C654DD: hue angle of 289.93º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C654DD is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 84 | 221 | - |
| CMYK | 0.10 | 0.62 | 0 | 0.13 |
| HSL | 289.93º | 0.67% | 0.6% | - |
| HSV(B) | 289.93º | 0.62% | 0.87% | - |
| XYZ | 39.51 | 23.57 | 70.87 | - |
| YUV | 133.7 | 177.27 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 84 | 221 | 0.10 | 0.62 | 0 | 0.13 | 289.93 | 0.67 | 0.6 |
| Hex | C6 | 54 | DD | A | 3E | 0 | D | 122 | 43 | 3C |
| Octal | 306 | 124 | 335 | 12 | 76 | 0 | 15 | 442 | 103 | 74 |
| Binary | 11000110 | 1010100 | 11011101 | 1010 | 111110 | 0 | 1101 | 100100010 | 1000011 | 111100 |
Color Harmonies of #C654DD
Complementary color
Monochromatic Colors of #C654DD
Black with #C654DD
Text Example
Text Example
White with #C654DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C654DD; }
p { color: rgb(198,84,221); }
H1.HeaderClassName
{
color: #C654DD;
}
.AnyTagClassName
{
color: #C654DD;
}
</style>
background-color css
<style>
a { background-color: #C654DD; }
a { background-color: rgb(198,84,221); }
div.DivClassName
{
background-color: #C654DD;
}
.BgClassName
{
background-color: #C654DD;
}
</style>
border-color css
<style>
span { border-color: #C654DD; }
span { border-color: rgb(198,84,221); }
td.TdClassName
{
border-color: #C654DD;
}
.TagClassName
{
border-color: #C654DD;
}
</style>