Shades of Medium Orchid #C64DDC
Tints of Medium Orchid #C64DDC
RGB
CMYK
RGB Variations
Color information
#C64DDC (or 0xC64DDC) is known color: Medium Orchid. HEX triplet: C6, 4D and DC. RGB value is (198,77,220). Sum of RGB (Red+Green+Blue) = 198+77+220=495 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40% from 495); Green value is 77 (30.47% from 255 or 15.56% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #C64DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C64DDC is #39B223. Grayscale: #818181. Windows color (decimal): -3781156 or 14437830. OLE color: 14437830.
HSL color Cylindrical-coordinate representation of color #C64DDC: hue angle of 290.77º 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 #C64DDC is Cyan = 0.1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 77 | 220 | - |
| CMYK | 0.1 | 0.65 | 0 | 0.14 |
| HSL | 290.77º | 0.67% | 0.58% | - |
| HSV(B) | 290.77º | 0.65% | 0.86% | - |
| XYZ | 38.86 | 22.48 | 70 | - |
| YUV | 129.48 | 179.09 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 77 | 220 | 0.1 | 0.65 | 0 | 0.14 | 290.77 | 0.67 | 0.58 |
| Hex | C6 | 4D | DC | A | 41 | 0 | E | 123 | 43 | 3A |
| Octal | 306 | 115 | 334 | 12 | 101 | 0 | 16 | 443 | 103 | 72 |
| Binary | 11000110 | 1001101 | 11011100 | 1010 | 1000001 | 0 | 1110 | 100100011 | 1000011 | 111010 |
Color Harmonies of #C64DDC
Complementary color
Monochromatic Colors of #C64DDC
Black with #C64DDC
Text Example
Text Example
White with #C64DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64DDC; }
p { color: rgb(198,77,220); }
H1.HeaderClassName
{
color: #C64DDC;
}
.AnyTagClassName
{
color: #C64DDC;
}
</style>
background-color css
<style>
a { background-color: #C64DDC; }
a { background-color: rgb(198,77,220); }
div.DivClassName
{
background-color: #C64DDC;
}
.BgClassName
{
background-color: #C64DDC;
}
</style>
border-color css
<style>
span { border-color: #C64DDC; }
span { border-color: rgb(198,77,220); }
td.TdClassName
{
border-color: #C64DDC;
}
.TagClassName
{
border-color: #C64DDC;
}
</style>