Shades of Medium Orchid #C644DC
Tints of Medium Orchid #C644DC
RGB
CMYK
RGB Variations
Color information
#C644DC (or 0xC644DC) is known color: Medium Orchid. HEX triplet: C6, 44 and DC. RGB value is (198,68,220). Sum of RGB (Red+Green+Blue) = 198+68+220=486 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.74% from 486); Green value is 68 (26.95% from 255 or 13.99% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #C644DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C644DC is #39BB23. Grayscale: #7B7B7B. Windows color (decimal): -3783460 or 14435526. OLE color: 14435526.
HSL color Cylindrical-coordinate representation of color #C644DC: hue angle of 291.32º 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 #C644DC is Cyan = 0.1, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 68 | 220 | - |
| CMYK | 0.1 | 0.69 | 0 | 0.14 |
| HSL | 291.32º | 0.68% | 0.56% | - |
| HSV(B) | 291.32º | 0.69% | 0.86% | - |
| XYZ | 38.27 | 21.31 | 69.81 | - |
| YUV | 124.2 | 182.07 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 68 | 220 | 0.1 | 0.69 | 0 | 0.14 | 291.32 | 0.68 | 0.56 |
| Hex | C6 | 44 | DC | A | 45 | 0 | E | 123 | 44 | 38 |
| Octal | 306 | 104 | 334 | 12 | 105 | 0 | 16 | 443 | 104 | 70 |
| Binary | 11000110 | 1000100 | 11011100 | 1010 | 1000101 | 0 | 1110 | 100100011 | 1000100 | 111000 |
Color Harmonies of #C644DC
Complementary color
Monochromatic Colors of #C644DC
Black with #C644DC
Text Example
Text Example
White with #C644DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C644DC; }
p { color: rgb(198,68,220); }
H1.HeaderClassName
{
color: #C644DC;
}
.AnyTagClassName
{
color: #C644DC;
}
</style>
background-color css
<style>
a { background-color: #C644DC; }
a { background-color: rgb(198,68,220); }
div.DivClassName
{
background-color: #C644DC;
}
.BgClassName
{
background-color: #C644DC;
}
</style>
border-color css
<style>
span { border-color: #C644DC; }
span { border-color: rgb(198,68,220); }
td.TdClassName
{
border-color: #C644DC;
}
.TagClassName
{
border-color: #C644DC;
}
</style>