Shades of Medium Orchid #C651DC
Tints of Medium Orchid #C651DC
RGB
CMYK
RGB Variations
Color information
#C651DC (or 0xC651DC) is known color: Medium Orchid. HEX triplet: C6, 51 and DC. RGB value is (198,81,220). Sum of RGB (Red+Green+Blue) = 198+81+220=499 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.68% from 499); Green value is 81 (32.03% from 255 or 16.23% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #C651DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C651DC is #39AE23. Grayscale: #838383. Windows color (decimal): -3780132 or 14438854. OLE color: 14438854.
HSL color Cylindrical-coordinate representation of color #C651DC: hue angle of 290.5º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C651DC is Cyan = 0.1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 81 | 220 | - |
| CMYK | 0.1 | 0.63 | 0 | 0.14 |
| HSL | 290.5º | 0.67% | 0.59% | - |
| HSV(B) | 290.5º | 0.63% | 0.86% | - |
| XYZ | 39.15 | 23.06 | 70.1 | - |
| YUV | 131.83 | 177.76 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 81 | 220 | 0.1 | 0.63 | 0 | 0.14 | 290.5 | 0.67 | 0.59 |
| Hex | C6 | 51 | DC | A | 3F | 0 | E | 123 | 43 | 3B |
| Octal | 306 | 121 | 334 | 12 | 77 | 0 | 16 | 443 | 103 | 73 |
| Binary | 11000110 | 1010001 | 11011100 | 1010 | 111111 | 0 | 1110 | 100100011 | 1000011 | 111011 |
Color Harmonies of #C651DC
Complementary color
Monochromatic Colors of #C651DC
Black with #C651DC
Text Example
Text Example
White with #C651DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C651DC; }
p { color: rgb(198,81,220); }
H1.HeaderClassName
{
color: #C651DC;
}
.AnyTagClassName
{
color: #C651DC;
}
</style>
background-color css
<style>
a { background-color: #C651DC; }
a { background-color: rgb(198,81,220); }
div.DivClassName
{
background-color: #C651DC;
}
.BgClassName
{
background-color: #C651DC;
}
</style>
border-color css
<style>
span { border-color: #C651DC; }
span { border-color: rgb(198,81,220); }
td.TdClassName
{
border-color: #C651DC;
}
.TagClassName
{
border-color: #C651DC;
}
</style>