Shades of Medium Orchid #C64CDC
Tints of Medium Orchid #C64CDC
RGB
CMYK
RGB Variations
Color information
#C64CDC (or 0xC64CDC) is known color: Medium Orchid. HEX triplet: C6, 4C and DC. RGB value is (198,76,220). Sum of RGB (Red+Green+Blue) = 198+76+220=494 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.08% from 494); Green value is 76 (30.08% from 255 or 15.38% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #C64CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64CDC is #39B323. Grayscale: #808080. Windows color (decimal): -3781412 or 14437574. OLE color: 14437574.
HSL color Cylindrical-coordinate representation of color #C64CDC: hue angle of 290.83º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C64CDC is Cyan = 0.1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 76 | 220 | - |
| CMYK | 0.1 | 0.65 | 0 | 0.14 |
| HSL | 290.83º | 0.67% | 0.58% | - |
| HSV(B) | 290.83º | 0.65% | 0.86% | - |
| XYZ | 38.79 | 22.34 | 69.98 | - |
| YUV | 128.89 | 179.42 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 76 | 220 | 0.1 | 0.65 | 0 | 0.14 | 290.83 | 0.67 | 0.58 |
| Hex | C6 | 4C | DC | A | 41 | 0 | E | 123 | 43 | 3A |
| Octal | 306 | 114 | 334 | 12 | 101 | 0 | 16 | 443 | 103 | 72 |
| Binary | 11000110 | 1001100 | 11011100 | 1010 | 1000001 | 0 | 1110 | 100100011 | 1000011 | 111010 |
Color Harmonies of #C64CDC
Complementary color
Monochromatic Colors of #C64CDC
Black with #C64CDC
Text Example
Text Example
White with #C64CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64CDC; }
p { color: rgb(198,76,220); }
H1.HeaderClassName
{
color: #C64CDC;
}
.AnyTagClassName
{
color: #C64CDC;
}
</style>
background-color css
<style>
a { background-color: #C64CDC; }
a { background-color: rgb(198,76,220); }
div.DivClassName
{
background-color: #C64CDC;
}
.BgClassName
{
background-color: #C64CDC;
}
</style>
border-color css
<style>
span { border-color: #C64CDC; }
span { border-color: rgb(198,76,220); }
td.TdClassName
{
border-color: #C64CDC;
}
.TagClassName
{
border-color: #C64CDC;
}
</style>