Shades of Medium Orchid #C644D5
Tints of Medium Orchid #C644D5
RGB
CMYK
RGB Variations
Color information
#C644D5 (or 0xC644D5) is known color: Medium Orchid. HEX triplet: C6, 44 and D5. RGB value is (198,68,213). Sum of RGB (Red+Green+Blue) = 198+68+213=479 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.34% from 479); Green value is 68 (26.95% from 255 or 14.20% from 479); Blue value is 213 (83.59% from 255 or 44.47% from 479); Max value from RGB is 213 - color contains mainly: blue. Hex color #C644D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C644D5 is #39BB2A. Grayscale: #7A7A7A. Windows color (decimal): -3783467 or 13976774. OLE color: 13976774.
HSL color Cylindrical-coordinate representation of color #C644D5: hue angle of 293.79º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C644D5 is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 68 | 213 | - |
| CMYK | 0.07 | 0.68 | 0 | 0.16 |
| HSL | 293.79º | 0.63% | 0.55% | - |
| HSV(B) | 293.79º | 0.68% | 0.84% | - |
| XYZ | 37.37 | 20.94 | 65.02 | - |
| YUV | 123.4 | 178.57 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 68 | 213 | 0.07 | 0.68 | 0 | 0.16 | 293.79 | 0.63 | 0.55 |
| Hex | C6 | 44 | D5 | 7 | 44 | 0 | 10 | 126 | 3F | 37 |
| Octal | 306 | 104 | 325 | 7 | 104 | 0 | 20 | 446 | 77 | 67 |
| Binary | 11000110 | 1000100 | 11010101 | 111 | 1000100 | 0 | 10000 | 100100110 | 111111 | 110111 |
Color Harmonies of #C644D5
Complementary color
Monochromatic Colors of #C644D5
Black with #C644D5
Text Example
Text Example
White with #C644D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C644D5; }
p { color: rgb(198,68,213); }
H1.HeaderClassName
{
color: #C644D5;
}
.AnyTagClassName
{
color: #C644D5;
}
</style>
background-color css
<style>
a { background-color: #C644D5; }
a { background-color: rgb(198,68,213); }
div.DivClassName
{
background-color: #C644D5;
}
.BgClassName
{
background-color: #C644D5;
}
</style>
border-color css
<style>
span { border-color: #C644D5; }
span { border-color: rgb(198,68,213); }
td.TdClassName
{
border-color: #C644D5;
}
.TagClassName
{
border-color: #C644D5;
}
</style>