Shades of Medium Orchid #C64CDF
Tints of Medium Orchid #C64CDF
RGB
CMYK
RGB Variations
Color information
#C64CDF (or 0xC64CDF) is known color: Medium Orchid. HEX triplet: C6, 4C and DF. RGB value is (198,76,223). Sum of RGB (Red+Green+Blue) = 198+76+223=497 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.84% from 497); Green value is 76 (30.08% from 255 or 15.29% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 223 - color contains mainly: blue. Hex color #C64CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64CDF is #39B320. Grayscale: #808080. Windows color (decimal): -3781409 or 14634182. OLE color: 14634182.
HSL color Cylindrical-coordinate representation of color #C64CDF: hue angle of 289.8º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C64CDF is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 76 | 223 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.13 |
| HSL | 289.8º | 0.7% | 0.59% | - |
| HSV(B) | 289.8º | 0.66% | 0.87% | - |
| XYZ | 39.19 | 22.5 | 72.09 | - |
| YUV | 129.24 | 180.92 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 76 | 223 | 0.11 | 0.66 | 0 | 0.13 | 289.8 | 0.7 | 0.59 |
| Hex | C6 | 4C | DF | B | 42 | 0 | D | 122 | 46 | 3B |
| Octal | 306 | 114 | 337 | 13 | 102 | 0 | 15 | 442 | 106 | 73 |
| Binary | 11000110 | 1001100 | 11011111 | 1011 | 1000010 | 0 | 1101 | 100100010 | 1000110 | 111011 |
Color Harmonies of #C64CDF
Complementary color
Monochromatic Colors of #C64CDF
Black with #C64CDF
Text Example
Text Example
White with #C64CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64CDF; }
p { color: rgb(198,76,223); }
H1.HeaderClassName
{
color: #C64CDF;
}
.AnyTagClassName
{
color: #C64CDF;
}
</style>
background-color css
<style>
a { background-color: #C64CDF; }
a { background-color: rgb(198,76,223); }
div.DivClassName
{
background-color: #C64CDF;
}
.BgClassName
{
background-color: #C64CDF;
}
</style>
border-color css
<style>
span { border-color: #C64CDF; }
span { border-color: rgb(198,76,223); }
td.TdClassName
{
border-color: #C64CDF;
}
.TagClassName
{
border-color: #C64CDF;
}
</style>