Shades of Medium Orchid #C64BDC
Tints of Medium Orchid #C64BDC
RGB
CMYK
RGB Variations
Color information
#C64BDC (or 0xC64BDC) is known color: Medium Orchid. HEX triplet: C6, 4B and DC. RGB value is (198,75,220). Sum of RGB (Red+Green+Blue) = 198+75+220=493 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.16% from 493); Green value is 75 (29.69% from 255 or 15.21% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #C64BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64BDC is #39B423. Grayscale: #7F7F7F. Windows color (decimal): -3781668 or 14437318. OLE color: 14437318.
HSL color Cylindrical-coordinate representation of color #C64BDC: hue angle of 290.9º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C64BDC is Cyan = 0.1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 75 | 220 | - |
| CMYK | 0.1 | 0.66 | 0 | 0.14 |
| HSL | 290.9º | 0.67% | 0.58% | - |
| HSV(B) | 290.9º | 0.66% | 0.86% | - |
| XYZ | 38.72 | 22.21 | 69.96 | - |
| YUV | 128.31 | 179.75 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 75 | 220 | 0.1 | 0.66 | 0 | 0.14 | 290.9 | 0.67 | 0.58 |
| Hex | C6 | 4B | DC | A | 42 | 0 | E | 123 | 43 | 3A |
| Octal | 306 | 113 | 334 | 12 | 102 | 0 | 16 | 443 | 103 | 72 |
| Binary | 11000110 | 1001011 | 11011100 | 1010 | 1000010 | 0 | 1110 | 100100011 | 1000011 | 111010 |
Color Harmonies of #C64BDC
Complementary color
Monochromatic Colors of #C64BDC
Black with #C64BDC
Text Example
Text Example
White with #C64BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64BDC; }
p { color: rgb(198,75,220); }
H1.HeaderClassName
{
color: #C64BDC;
}
.AnyTagClassName
{
color: #C64BDC;
}
</style>
background-color css
<style>
a { background-color: #C64BDC; }
a { background-color: rgb(198,75,220); }
div.DivClassName
{
background-color: #C64BDC;
}
.BgClassName
{
background-color: #C64BDC;
}
</style>
border-color css
<style>
span { border-color: #C64BDC; }
span { border-color: rgb(198,75,220); }
td.TdClassName
{
border-color: #C64BDC;
}
.TagClassName
{
border-color: #C64BDC;
}
</style>