Shades of Medium Orchid #C643DB
Tints of Medium Orchid #C643DB
RGB
CMYK
RGB Variations
Color information
#C643DB (or 0xC643DB) is known color: Medium Orchid. HEX triplet: C6, 43 and DB. RGB value is (198,67,219). Sum of RGB (Red+Green+Blue) = 198+67+219=484 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.91% from 484); Green value is 67 (26.56% from 255 or 13.84% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #C643DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C643DB is #39BC24. Grayscale: #7B7B7B. Windows color (decimal): -3783717 or 14369734. OLE color: 14369734.
HSL color Cylindrical-coordinate representation of color #C643DB: hue angle of 291.71º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C643DB is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 67 | 219 | - |
| CMYK | 0.10 | 0.69 | 0 | 0.14 |
| HSL | 291.71º | 0.68% | 0.56% | - |
| HSV(B) | 291.71º | 0.69% | 0.86% | - |
| XYZ | 38.08 | 21.13 | 69.09 | - |
| YUV | 123.5 | 181.9 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 67 | 219 | 0.10 | 0.69 | 0 | 0.14 | 291.71 | 0.68 | 0.56 |
| Hex | C6 | 43 | DB | A | 45 | 0 | E | 124 | 44 | 38 |
| Octal | 306 | 103 | 333 | 12 | 105 | 0 | 16 | 444 | 104 | 70 |
| Binary | 11000110 | 1000011 | 11011011 | 1010 | 1000101 | 0 | 1110 | 100100100 | 1000100 | 111000 |
Color Harmonies of #C643DB
Complementary color
Monochromatic Colors of #C643DB
Black with #C643DB
Text Example
Text Example
White with #C643DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C643DB; }
p { color: rgb(198,67,219); }
H1.HeaderClassName
{
color: #C643DB;
}
.AnyTagClassName
{
color: #C643DB;
}
</style>
background-color css
<style>
a { background-color: #C643DB; }
a { background-color: rgb(198,67,219); }
div.DivClassName
{
background-color: #C643DB;
}
.BgClassName
{
background-color: #C643DB;
}
</style>
border-color css
<style>
span { border-color: #C643DB; }
span { border-color: rgb(198,67,219); }
td.TdClassName
{
border-color: #C643DB;
}
.TagClassName
{
border-color: #C643DB;
}
</style>