Shades of Medium Orchid #C64DE7
Tints of Medium Orchid #C64DE7
RGB
CMYK
RGB Variations
Color information
#C64DE7 (or 0xC64DE7) is known color: Medium Orchid. HEX triplet: C6, 4D and E7. RGB value is (198,77,231). Sum of RGB (Red+Green+Blue) = 198+77+231=506 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.13% from 506); Green value is 77 (30.47% from 255 or 15.22% from 506); Blue value is 231 (90.62% from 255 or 45.65% from 506); Max value from RGB is 231 - color contains mainly: blue. Hex color #C64DE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C64DE7 is #39B218. Grayscale: #828282. Windows color (decimal): -3781145 or 15158726. OLE color: 15158726.
HSL color Cylindrical-coordinate representation of color #C64DE7: hue angle of 287.14º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C64DE7 is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 77 | 231 | - |
| CMYK | 0.14 | 0.67 | 0 | 0.09 |
| HSL | 287.14º | 0.76% | 0.6% | - |
| HSV(B) | 287.14º | 0.67% | 0.91% | - |
| XYZ | 40.37 | 23.08 | 77.93 | - |
| YUV | 130.74 | 184.59 | 175.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 77 | 231 | 0.14 | 0.67 | 0 | 0.09 | 287.14 | 0.76 | 0.6 |
| Hex | C6 | 4D | E7 | E | 43 | 0 | 9 | 11F | 4C | 3C |
| Octal | 306 | 115 | 347 | 16 | 103 | 0 | 11 | 437 | 114 | 74 |
| Binary | 11000110 | 1001101 | 11100111 | 1110 | 1000011 | 0 | 1001 | 100011111 | 1001100 | 111100 |
Color Harmonies of #C64DE7
Complementary color
Monochromatic Colors of #C64DE7
Black with #C64DE7
Text Example
Text Example
White with #C64DE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64DE7; }
p { color: rgb(198,77,231); }
H1.HeaderClassName
{
color: #C64DE7;
}
.AnyTagClassName
{
color: #C64DE7;
}
</style>
background-color css
<style>
a { background-color: #C64DE7; }
a { background-color: rgb(198,77,231); }
div.DivClassName
{
background-color: #C64DE7;
}
.BgClassName
{
background-color: #C64DE7;
}
</style>
border-color css
<style>
span { border-color: #C64DE7; }
span { border-color: rgb(198,77,231); }
td.TdClassName
{
border-color: #C64DE7;
}
.TagClassName
{
border-color: #C64DE7;
}
</style>