Shades of Medium Orchid #C64DDB
Tints of Medium Orchid #C64DDB
RGB
CMYK
RGB Variations
Color information
#C64DDB (or 0xC64DDB) is known color: Medium Orchid. HEX triplet: C6, 4D and DB. RGB value is (198,77,219). Sum of RGB (Red+Green+Blue) = 198+77+219=494 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.08% from 494); Green value is 77 (30.47% from 255 or 15.59% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #C64DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C64DDB is #39B224. Grayscale: #808080. Windows color (decimal): -3781157 or 14372294. OLE color: 14372294.
HSL color Cylindrical-coordinate representation of color #C64DDB: hue angle of 291.13º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C64DDB is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 77 | 219 | - |
| CMYK | 0.10 | 0.65 | 0 | 0.14 |
| HSL | 291.13º | 0.66% | 0.58% | - |
| HSV(B) | 291.13º | 0.65% | 0.86% | - |
| XYZ | 38.73 | 22.43 | 69.31 | - |
| YUV | 129.37 | 178.59 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 77 | 219 | 0.10 | 0.65 | 0 | 0.14 | 291.13 | 0.66 | 0.58 |
| Hex | C6 | 4D | DB | A | 41 | 0 | E | 123 | 42 | 3A |
| Octal | 306 | 115 | 333 | 12 | 101 | 0 | 16 | 443 | 102 | 72 |
| Binary | 11000110 | 1001101 | 11011011 | 1010 | 1000001 | 0 | 1110 | 100100011 | 1000010 | 111010 |
Color Harmonies of #C64DDB
Complementary color
Monochromatic Colors of #C64DDB
Black with #C64DDB
Text Example
Text Example
White with #C64DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64DDB; }
p { color: rgb(198,77,219); }
H1.HeaderClassName
{
color: #C64DDB;
}
.AnyTagClassName
{
color: #C64DDB;
}
</style>
background-color css
<style>
a { background-color: #C64DDB; }
a { background-color: rgb(198,77,219); }
div.DivClassName
{
background-color: #C64DDB;
}
.BgClassName
{
background-color: #C64DDB;
}
</style>
border-color css
<style>
span { border-color: #C64DDB; }
span { border-color: rgb(198,77,219); }
td.TdClassName
{
border-color: #C64DDB;
}
.TagClassName
{
border-color: #C64DDB;
}
</style>