Shades of Medium Orchid #C655D0
Tints of Medium Orchid #C655D0
RGB
CMYK
RGB Variations
Color information
#C655D0 (or 0xC655D0) is known color: Medium Orchid. HEX triplet: C6, 55 and D0. RGB value is (198,85,208). Sum of RGB (Red+Green+Blue) = 198+85+208=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 85 (33.59% from 255 or 17.31% from 491); Blue value is 208 (81.64% from 255 or 42.36% from 491); Max value from RGB is 208 - color contains mainly: blue. Hex color #C655D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C655D0 is #39AA2F. Grayscale: #848484. Windows color (decimal): -3779120 or 13653446. OLE color: 13653446.
HSL color Cylindrical-coordinate representation of color #C655D0: hue angle of 295.12º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C655D0 is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 85 | 208 | - |
| CMYK | 0.05 | 0.59 | 0 | 0.18 |
| HSL | 295.12º | 0.57% | 0.57% | - |
| HSV(B) | 295.12º | 0.59% | 0.82% | - |
| XYZ | 37.92 | 23.06 | 62.13 | - |
| YUV | 132.81 | 170.44 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 85 | 208 | 0.05 | 0.59 | 0 | 0.18 | 295.12 | 0.57 | 0.57 |
| Hex | C6 | 55 | D0 | 5 | 3B | 0 | 12 | 127 | 39 | 39 |
| Octal | 306 | 125 | 320 | 5 | 73 | 0 | 22 | 447 | 71 | 71 |
| Binary | 11000110 | 1010101 | 11010000 | 101 | 111011 | 0 | 10010 | 100100111 | 111001 | 111001 |
Color Harmonies of #C655D0
Complementary color
Monochromatic Colors of #C655D0
Black with #C655D0
Text Example
Text Example
White with #C655D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C655D0; }
p { color: rgb(198,85,208); }
H1.HeaderClassName
{
color: #C655D0;
}
.AnyTagClassName
{
color: #C655D0;
}
</style>
background-color css
<style>
a { background-color: #C655D0; }
a { background-color: rgb(198,85,208); }
div.DivClassName
{
background-color: #C655D0;
}
.BgClassName
{
background-color: #C655D0;
}
</style>
border-color css
<style>
span { border-color: #C655D0; }
span { border-color: rgb(198,85,208); }
td.TdClassName
{
border-color: #C655D0;
}
.TagClassName
{
border-color: #C655D0;
}
</style>