Shades of Medium Orchid #C644DD
Tints of Medium Orchid #C644DD
RGB
CMYK
RGB Variations
Color information
#C644DD (or 0xC644DD) is known color: Medium Orchid. HEX triplet: C6, 44 and DD. RGB value is (198,68,221). Sum of RGB (Red+Green+Blue) = 198+68+221=487 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.66% from 487); Green value is 68 (26.95% from 255 or 13.96% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #C644DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C644DD is #39BB22. Grayscale: #7B7B7B. Windows color (decimal): -3783459 or 14501062. OLE color: 14501062.
HSL color Cylindrical-coordinate representation of color #C644DD: hue angle of 290.98º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C644DD is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 68 | 221 | - |
| CMYK | 0.10 | 0.69 | 0 | 0.13 |
| HSL | 290.98º | 0.69% | 0.57% | - |
| HSV(B) | 290.98º | 0.69% | 0.87% | - |
| XYZ | 38.41 | 21.36 | 70.51 | - |
| YUV | 124.31 | 182.57 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 68 | 221 | 0.10 | 0.69 | 0 | 0.13 | 290.98 | 0.69 | 0.57 |
| Hex | C6 | 44 | DD | A | 45 | 0 | D | 123 | 45 | 39 |
| Octal | 306 | 104 | 335 | 12 | 105 | 0 | 15 | 443 | 105 | 71 |
| Binary | 11000110 | 1000100 | 11011101 | 1010 | 1000101 | 0 | 1101 | 100100011 | 1000101 | 111001 |
Color Harmonies of #C644DD
Complementary color
Monochromatic Colors of #C644DD
Black with #C644DD
Text Example
Text Example
White with #C644DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C644DD; }
p { color: rgb(198,68,221); }
H1.HeaderClassName
{
color: #C644DD;
}
.AnyTagClassName
{
color: #C644DD;
}
</style>
background-color css
<style>
a { background-color: #C644DD; }
a { background-color: rgb(198,68,221); }
div.DivClassName
{
background-color: #C644DD;
}
.BgClassName
{
background-color: #C644DD;
}
</style>
border-color css
<style>
span { border-color: #C644DD; }
span { border-color: rgb(198,68,221); }
td.TdClassName
{
border-color: #C644DD;
}
.TagClassName
{
border-color: #C644DD;
}
</style>