Shades of Medium Orchid #C643DC
Tints of Medium Orchid #C643DC
RGB
CMYK
RGB Variations
Color information
#C643DC (or 0xC643DC) is known color: Medium Orchid. HEX triplet: C6, 43 and DC. RGB value is (198,67,220). Sum of RGB (Red+Green+Blue) = 198+67+220=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 67 (26.56% from 255 or 13.81% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #C643DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C643DC is #39BC23. Grayscale: #7B7B7B. Windows color (decimal): -3783716 or 14435270. OLE color: 14435270.
HSL color Cylindrical-coordinate representation of color #C643DC: hue angle of 291.37º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C643DC is Cyan = 0.1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 67 | 220 | - |
| CMYK | 0.1 | 0.70 | 0 | 0.14 |
| HSL | 291.37º | 0.69% | 0.56% | - |
| HSV(B) | 291.37º | 0.7% | 0.86% | - |
| XYZ | 38.21 | 21.19 | 69.79 | - |
| YUV | 123.61 | 182.4 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 67 | 220 | 0.1 | 0.70 | 0 | 0.14 | 291.37 | 0.69 | 0.56 |
| Hex | C6 | 43 | DC | A | 46 | 0 | E | 123 | 45 | 38 |
| Octal | 306 | 103 | 334 | 12 | 106 | 0 | 16 | 443 | 105 | 70 |
| Binary | 11000110 | 1000011 | 11011100 | 1010 | 1000110 | 0 | 1110 | 100100011 | 1000101 | 111000 |
Color Harmonies of #C643DC
Complementary color
Monochromatic Colors of #C643DC
Black with #C643DC
Text Example
Text Example
White with #C643DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C643DC; }
p { color: rgb(198,67,220); }
H1.HeaderClassName
{
color: #C643DC;
}
.AnyTagClassName
{
color: #C643DC;
}
</style>
background-color css
<style>
a { background-color: #C643DC; }
a { background-color: rgb(198,67,220); }
div.DivClassName
{
background-color: #C643DC;
}
.BgClassName
{
background-color: #C643DC;
}
</style>
border-color css
<style>
span { border-color: #C643DC; }
span { border-color: rgb(198,67,220); }
td.TdClassName
{
border-color: #C643DC;
}
.TagClassName
{
border-color: #C643DC;
}
</style>