Shades of Medium Orchid #C644D1
Tints of Medium Orchid #C644D1
RGB
CMYK
RGB Variations
Color information
#C644D1 (or 0xC644D1) is known color: Medium Orchid. HEX triplet: C6, 44 and D1. RGB value is (198,68,209). Sum of RGB (Red+Green+Blue) = 198+68+209=475 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.68% from 475); Green value is 68 (26.95% from 255 or 14.32% from 475); Blue value is 209 (82.03% from 255 or 44% from 475); Max value from RGB is 209 - color contains mainly: blue. Hex color #C644D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C644D1 is #39BB2E. Grayscale: #7A7A7A. Windows color (decimal): -3783471 or 13714630. OLE color: 13714630.
HSL color Cylindrical-coordinate representation of color #C644D1: hue angle of 295.32º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C644D1 is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 68 | 209 | - |
| CMYK | 0.05 | 0.67 | 0 | 0.18 |
| HSL | 295.32º | 0.61% | 0.54% | - |
| HSV(B) | 295.32º | 0.67% | 0.82% | - |
| XYZ | 36.86 | 20.74 | 62.38 | - |
| YUV | 122.94 | 176.57 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 68 | 209 | 0.05 | 0.67 | 0 | 0.18 | 295.32 | 0.61 | 0.54 |
| Hex | C6 | 44 | D1 | 5 | 43 | 0 | 12 | 127 | 3D | 36 |
| Octal | 306 | 104 | 321 | 5 | 103 | 0 | 22 | 447 | 75 | 66 |
| Binary | 11000110 | 1000100 | 11010001 | 101 | 1000011 | 0 | 10010 | 100100111 | 111101 | 110110 |
Color Harmonies of #C644D1
Complementary color
Monochromatic Colors of #C644D1
Black with #C644D1
Text Example
Text Example
White with #C644D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C644D1; }
p { color: rgb(198,68,209); }
H1.HeaderClassName
{
color: #C644D1;
}
.AnyTagClassName
{
color: #C644D1;
}
</style>
background-color css
<style>
a { background-color: #C644D1; }
a { background-color: rgb(198,68,209); }
div.DivClassName
{
background-color: #C644D1;
}
.BgClassName
{
background-color: #C644D1;
}
</style>
border-color css
<style>
span { border-color: #C644D1; }
span { border-color: rgb(198,68,209); }
td.TdClassName
{
border-color: #C644D1;
}
.TagClassName
{
border-color: #C644D1;
}
</style>