Shades of Medium Orchid #C641DE
Tints of Medium Orchid #C641DE
RGB
CMYK
RGB Variations
Color information
#C641DE (or 0xC641DE) is known color: Medium Orchid. HEX triplet: C6, 41 and DE. RGB value is (198,65,222). Sum of RGB (Red+Green+Blue) = 198+65+222=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 65 (25.78% from 255 or 13.40% from 485); Blue value is 222 (87.11% from 255 or 45.77% from 485); Max value from RGB is 222 - color contains mainly: blue. Hex color #C641DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C641DE is #39BE21. Grayscale: #7A7A7A. Windows color (decimal): -3784226 or 14565830. OLE color: 14565830.
HSL color Cylindrical-coordinate representation of color #C641DE: hue angle of 290.83º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C641DE is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 65 | 222 | - |
| CMYK | 0.11 | 0.71 | 0 | 0.13 |
| HSL | 290.83º | 0.7% | 0.56% | - |
| HSV(B) | 290.83º | 0.71% | 0.87% | - |
| XYZ | 38.36 | 21.06 | 71.15 | - |
| YUV | 122.67 | 184.06 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 65 | 222 | 0.11 | 0.71 | 0 | 0.13 | 290.83 | 0.7 | 0.56 |
| Hex | C6 | 41 | DE | B | 47 | 0 | D | 123 | 46 | 38 |
| Octal | 306 | 101 | 336 | 13 | 107 | 0 | 15 | 443 | 106 | 70 |
| Binary | 11000110 | 1000001 | 11011110 | 1011 | 1000111 | 0 | 1101 | 100100011 | 1000110 | 111000 |
Color Harmonies of #C641DE
Complementary color
Monochromatic Colors of #C641DE
Black with #C641DE
Text Example
Text Example
White with #C641DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C641DE; }
p { color: rgb(198,65,222); }
H1.HeaderClassName
{
color: #C641DE;
}
.AnyTagClassName
{
color: #C641DE;
}
</style>
background-color css
<style>
a { background-color: #C641DE; }
a { background-color: rgb(198,65,222); }
div.DivClassName
{
background-color: #C641DE;
}
.BgClassName
{
background-color: #C641DE;
}
</style>
border-color css
<style>
span { border-color: #C641DE; }
span { border-color: rgb(198,65,222); }
td.TdClassName
{
border-color: #C641DE;
}
.TagClassName
{
border-color: #C641DE;
}
</style>