Shades of Medium Orchid #C653D8
Tints of Medium Orchid #C653D8
RGB
CMYK
RGB Variations
Color information
#C653D8 (or 0xC653D8) is known color: Medium Orchid. HEX triplet: C6, 53 and D8. RGB value is (198,83,216). Sum of RGB (Red+Green+Blue) = 198+83+216=497 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.84% from 497); Green value is 83 (32.81% from 255 or 16.70% from 497); Blue value is 216 (84.77% from 255 or 43.46% from 497); Max value from RGB is 216 - color contains mainly: blue. Hex color #C653D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C653D8 is #39AC27. Grayscale: #848484. Windows color (decimal): -3779624 or 14177222. OLE color: 14177222.
HSL color Cylindrical-coordinate representation of color #C653D8: hue angle of 291.88º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C653D8 is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 83 | 216 | - |
| CMYK | 0.08 | 0.62 | 0 | 0.15 |
| HSL | 291.88º | 0.63% | 0.59% | - |
| HSV(B) | 291.88º | 0.62% | 0.85% | - |
| XYZ | 38.78 | 23.15 | 67.39 | - |
| YUV | 132.55 | 175.1 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 83 | 216 | 0.08 | 0.62 | 0 | 0.15 | 291.88 | 0.63 | 0.59 |
| Hex | C6 | 53 | D8 | 8 | 3E | 0 | F | 124 | 3F | 3B |
| Octal | 306 | 123 | 330 | 10 | 76 | 0 | 17 | 444 | 77 | 73 |
| Binary | 11000110 | 1010011 | 11011000 | 1000 | 111110 | 0 | 1111 | 100100100 | 111111 | 111011 |
Color Harmonies of #C653D8
Complementary color
Monochromatic Colors of #C653D8
Black with #C653D8
Text Example
Text Example
White with #C653D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C653D8; }
p { color: rgb(198,83,216); }
H1.HeaderClassName
{
color: #C653D8;
}
.AnyTagClassName
{
color: #C653D8;
}
</style>
background-color css
<style>
a { background-color: #C653D8; }
a { background-color: rgb(198,83,216); }
div.DivClassName
{
background-color: #C653D8;
}
.BgClassName
{
background-color: #C653D8;
}
</style>
border-color css
<style>
span { border-color: #C653D8; }
span { border-color: rgb(198,83,216); }
td.TdClassName
{
border-color: #C653D8;
}
.TagClassName
{
border-color: #C653D8;
}
</style>