Shades of Medium Orchid #C64BE7
Tints of Medium Orchid #C64BE7
RGB
CMYK
RGB Variations
Color information
#C64BE7 (or 0xC64BE7) is known color: Medium Orchid. HEX triplet: C6, 4B and E7. RGB value is (198,75,231). Sum of RGB (Red+Green+Blue) = 198+75+231=504 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.29% from 504); Green value is 75 (29.69% from 255 or 14.88% from 504); Blue value is 231 (90.62% from 255 or 45.83% from 504); Max value from RGB is 231 - color contains mainly: blue. Hex color #C64BE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C64BE7 is #39B418. Grayscale: #818181. Windows color (decimal): -3781657 or 15158214. OLE color: 15158214.
HSL color Cylindrical-coordinate representation of color #C64BE7: hue angle of 287.31º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C64BE7 is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 75 | 231 | - |
| CMYK | 0.14 | 0.68 | 0 | 0.09 |
| HSL | 287.31º | 0.76% | 0.6% | - |
| HSV(B) | 287.31º | 0.68% | 0.91% | - |
| XYZ | 40.23 | 22.81 | 77.88 | - |
| YUV | 129.56 | 185.25 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 75 | 231 | 0.14 | 0.68 | 0 | 0.09 | 287.31 | 0.76 | 0.6 |
| Hex | C6 | 4B | E7 | E | 44 | 0 | 9 | 11F | 4C | 3C |
| Octal | 306 | 113 | 347 | 16 | 104 | 0 | 11 | 437 | 114 | 74 |
| Binary | 11000110 | 1001011 | 11100111 | 1110 | 1000100 | 0 | 1001 | 100011111 | 1001100 | 111100 |
Color Harmonies of #C64BE7
Complementary color
Monochromatic Colors of #C64BE7
Black with #C64BE7
Text Example
Text Example
White with #C64BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64BE7; }
p { color: rgb(198,75,231); }
H1.HeaderClassName
{
color: #C64BE7;
}
.AnyTagClassName
{
color: #C64BE7;
}
</style>
background-color css
<style>
a { background-color: #C64BE7; }
a { background-color: rgb(198,75,231); }
div.DivClassName
{
background-color: #C64BE7;
}
.BgClassName
{
background-color: #C64BE7;
}
</style>
border-color css
<style>
span { border-color: #C64BE7; }
span { border-color: rgb(198,75,231); }
td.TdClassName
{
border-color: #C64BE7;
}
.TagClassName
{
border-color: #C64BE7;
}
</style>