Shades of Medium Orchid #C641DF
Tints of Medium Orchid #C641DF
RGB
CMYK
RGB Variations
Color information
#C641DF (or 0xC641DF) is known color: Medium Orchid. HEX triplet: C6, 41 and DF. RGB value is (198,65,223). Sum of RGB (Red+Green+Blue) = 198+65+223=486 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.74% from 486); Green value is 65 (25.78% from 255 or 13.37% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #C641DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C641DF is #39BE20. Grayscale: #7A7A7A. Windows color (decimal): -3784225 or 14631366. OLE color: 14631366.
HSL color Cylindrical-coordinate representation of color #C641DF: hue angle of 290.51º degrees, saturation: 0.71, 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 #C641DF is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 65 | 223 | - |
| CMYK | 0.11 | 0.71 | 0 | 0.13 |
| HSL | 290.51º | 0.71% | 0.56% | - |
| HSV(B) | 290.51º | 0.71% | 0.87% | - |
| XYZ | 38.5 | 21.11 | 71.86 | - |
| YUV | 122.78 | 184.56 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 65 | 223 | 0.11 | 0.71 | 0 | 0.13 | 290.51 | 0.71 | 0.56 |
| Hex | C6 | 41 | DF | B | 47 | 0 | D | 123 | 47 | 38 |
| Octal | 306 | 101 | 337 | 13 | 107 | 0 | 15 | 443 | 107 | 70 |
| Binary | 11000110 | 1000001 | 11011111 | 1011 | 1000111 | 0 | 1101 | 100100011 | 1000111 | 111000 |
Color Harmonies of #C641DF
Complementary color
Monochromatic Colors of #C641DF
Black with #C641DF
Text Example
Text Example
White with #C641DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C641DF; }
p { color: rgb(198,65,223); }
H1.HeaderClassName
{
color: #C641DF;
}
.AnyTagClassName
{
color: #C641DF;
}
</style>
background-color css
<style>
a { background-color: #C641DF; }
a { background-color: rgb(198,65,223); }
div.DivClassName
{
background-color: #C641DF;
}
.BgClassName
{
background-color: #C641DF;
}
</style>
border-color css
<style>
span { border-color: #C641DF; }
span { border-color: rgb(198,65,223); }
td.TdClassName
{
border-color: #C641DF;
}
.TagClassName
{
border-color: #C641DF;
}
</style>