Shades of Medium Orchid #C64BE4
Tints of Medium Orchid #C64BE4
RGB
CMYK
RGB Variations
Color information
#C64BE4 (or 0xC64BE4) is known color: Medium Orchid. HEX triplet: C6, 4B and E4. RGB value is (198,75,228). Sum of RGB (Red+Green+Blue) = 198+75+228=501 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.52% from 501); Green value is 75 (29.69% from 255 or 14.97% from 501); Blue value is 228 (89.45% from 255 or 45.51% from 501); Max value from RGB is 228 - color contains mainly: blue. Hex color #C64BE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64BE4 is #39B41B. Grayscale: #808080. Windows color (decimal): -3781660 or 14961606. OLE color: 14961606.
HSL color Cylindrical-coordinate representation of color #C64BE4: hue angle of 288.24º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C64BE4 is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 198 | 75 | 228 | - |
| CMYK | 0.13 | 0.67 | 0 | 0.11 |
| HSL | 288.24º | 0.74% | 0.59% | - |
| HSV(B) | 288.24º | 0.67% | 0.89% | - |
| XYZ | 39.81 | 22.64 | 75.67 | - |
| YUV | 129.22 | 183.75 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 75 | 228 | 0.13 | 0.67 | 0 | 0.11 | 288.24 | 0.74 | 0.59 |
| Hex | C6 | 4B | E4 | D | 43 | 0 | B | 120 | 4A | 3B |
| Octal | 306 | 113 | 344 | 15 | 103 | 0 | 13 | 440 | 112 | 73 |
| Binary | 11000110 | 1001011 | 11100100 | 1101 | 1000011 | 0 | 1011 | 100100000 | 1001010 | 111011 |
Color Harmonies of #C64BE4
Complementary color
Monochromatic Colors of #C64BE4
Black with #C64BE4
Text Example
Text Example
White with #C64BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64BE4; }
p { color: rgb(198,75,228); }
H1.HeaderClassName
{
color: #C64BE4;
}
.AnyTagClassName
{
color: #C64BE4;
}
</style>
background-color css
<style>
a { background-color: #C64BE4; }
a { background-color: rgb(198,75,228); }
div.DivClassName
{
background-color: #C64BE4;
}
.BgClassName
{
background-color: #C64BE4;
}
</style>
border-color css
<style>
span { border-color: #C64BE4; }
span { border-color: rgb(198,75,228); }
td.TdClassName
{
border-color: #C64BE4;
}
.TagClassName
{
border-color: #C64BE4;
}
</style>