Shades of Medium Orchid #C64BDB
Tints of Medium Orchid #C64BDB
RGB
CMYK
RGB Variations
Color information
#C64BDB (or 0xC64BDB) is known color: Medium Orchid. HEX triplet: C6, 4B and DB. RGB value is (198,75,219). Sum of RGB (Red+Green+Blue) = 198+75+219=492 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.24% from 492); Green value is 75 (29.69% from 255 or 15.24% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #C64BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64BDB is #39B424. Grayscale: #7F7F7F. Windows color (decimal): -3781669 or 14371782. OLE color: 14371782.
HSL color Cylindrical-coordinate representation of color #C64BDB: hue angle of 291.25º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C64BDB is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 75 | 219 | - |
| CMYK | 0.10 | 0.66 | 0 | 0.14 |
| HSL | 291.25º | 0.67% | 0.58% | - |
| HSV(B) | 291.25º | 0.66% | 0.86% | - |
| XYZ | 38.59 | 22.15 | 69.26 | - |
| YUV | 128.19 | 179.25 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 75 | 219 | 0.10 | 0.66 | 0 | 0.14 | 291.25 | 0.67 | 0.58 |
| Hex | C6 | 4B | DB | A | 42 | 0 | E | 123 | 43 | 3A |
| Octal | 306 | 113 | 333 | 12 | 102 | 0 | 16 | 443 | 103 | 72 |
| Binary | 11000110 | 1001011 | 11011011 | 1010 | 1000010 | 0 | 1110 | 100100011 | 1000011 | 111010 |
Color Harmonies of #C64BDB
Complementary color
Monochromatic Colors of #C64BDB
Black with #C64BDB
Text Example
Text Example
White with #C64BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64BDB; }
p { color: rgb(198,75,219); }
H1.HeaderClassName
{
color: #C64BDB;
}
.AnyTagClassName
{
color: #C64BDB;
}
</style>
background-color css
<style>
a { background-color: #C64BDB; }
a { background-color: rgb(198,75,219); }
div.DivClassName
{
background-color: #C64BDB;
}
.BgClassName
{
background-color: #C64BDB;
}
</style>
border-color css
<style>
span { border-color: #C64BDB; }
span { border-color: rgb(198,75,219); }
td.TdClassName
{
border-color: #C64BDB;
}
.TagClassName
{
border-color: #C64BDB;
}
</style>