Shades of Medium Orchid #C64ADB
Tints of Medium Orchid #C64ADB
RGB
CMYK
RGB Variations
Color information
#C64ADB (or 0xC64ADB) is known color: Medium Orchid. HEX triplet: C6, 4A and DB. RGB value is (198,74,219). Sum of RGB (Red+Green+Blue) = 198+74+219=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 74 (29.30% from 255 or 15.07% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #C64ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64ADB is #39B524. Grayscale: #7F7F7F. Windows color (decimal): -3781925 or 14371526. OLE color: 14371526.
HSL color Cylindrical-coordinate representation of color #C64ADB: hue angle of 291.31º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C64ADB is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 74 | 219 | - |
| CMYK | 0.10 | 0.66 | 0 | 0.14 |
| HSL | 291.31º | 0.67% | 0.57% | - |
| HSV(B) | 291.31º | 0.66% | 0.86% | - |
| XYZ | 38.52 | 22.02 | 69.24 | - |
| YUV | 127.61 | 179.58 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 74 | 219 | 0.10 | 0.66 | 0 | 0.14 | 291.31 | 0.67 | 0.57 |
| Hex | C6 | 4A | DB | A | 42 | 0 | E | 123 | 43 | 39 |
| Octal | 306 | 112 | 333 | 12 | 102 | 0 | 16 | 443 | 103 | 71 |
| Binary | 11000110 | 1001010 | 11011011 | 1010 | 1000010 | 0 | 1110 | 100100011 | 1000011 | 111001 |
Color Harmonies of #C64ADB
Complementary color
Monochromatic Colors of #C64ADB
Black with #C64ADB
Text Example
Text Example
White with #C64ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64ADB; }
p { color: rgb(198,74,219); }
H1.HeaderClassName
{
color: #C64ADB;
}
.AnyTagClassName
{
color: #C64ADB;
}
</style>
background-color css
<style>
a { background-color: #C64ADB; }
a { background-color: rgb(198,74,219); }
div.DivClassName
{
background-color: #C64ADB;
}
.BgClassName
{
background-color: #C64ADB;
}
</style>
border-color css
<style>
span { border-color: #C64ADB; }
span { border-color: rgb(198,74,219); }
td.TdClassName
{
border-color: #C64ADB;
}
.TagClassName
{
border-color: #C64ADB;
}
</style>