Shades of Medium Orchid #C643DD
Tints of Medium Orchid #C643DD
RGB
CMYK
RGB Variations
Color information
#C643DD (or 0xC643DD) is known color: Medium Orchid. HEX triplet: C6, 43 and DD. RGB value is (198,67,221). Sum of RGB (Red+Green+Blue) = 198+67+221=486 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.74% from 486); Green value is 67 (26.56% from 255 or 13.79% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #C643DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C643DD is #39BC22. Grayscale: #7B7B7B. Windows color (decimal): -3783715 or 14500806. OLE color: 14500806.
HSL color Cylindrical-coordinate representation of color #C643DD: hue angle of 291.04º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C643DD is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 67 | 221 | - |
| CMYK | 0.10 | 0.70 | 0 | 0.13 |
| HSL | 291.04º | 0.69% | 0.56% | - |
| HSV(B) | 291.04º | 0.7% | 0.87% | - |
| XYZ | 38.35 | 21.24 | 70.49 | - |
| YUV | 123.73 | 182.9 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 67 | 221 | 0.10 | 0.70 | 0 | 0.13 | 291.04 | 0.69 | 0.56 |
| Hex | C6 | 43 | DD | A | 46 | 0 | D | 123 | 45 | 38 |
| Octal | 306 | 103 | 335 | 12 | 106 | 0 | 15 | 443 | 105 | 70 |
| Binary | 11000110 | 1000011 | 11011101 | 1010 | 1000110 | 0 | 1101 | 100100011 | 1000101 | 111000 |
Color Harmonies of #C643DD
Complementary color
Monochromatic Colors of #C643DD
Black with #C643DD
Text Example
Text Example
White with #C643DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C643DD; }
p { color: rgb(198,67,221); }
H1.HeaderClassName
{
color: #C643DD;
}
.AnyTagClassName
{
color: #C643DD;
}
</style>
background-color css
<style>
a { background-color: #C643DD; }
a { background-color: rgb(198,67,221); }
div.DivClassName
{
background-color: #C643DD;
}
.BgClassName
{
background-color: #C643DD;
}
</style>
border-color css
<style>
span { border-color: #C643DD; }
span { border-color: rgb(198,67,221); }
td.TdClassName
{
border-color: #C643DD;
}
.TagClassName
{
border-color: #C643DD;
}
</style>