Shades of Medium Orchid #C64EFC
Tints of Medium Orchid #C64EFC
RGB
CMYK
RGB Variations
Color information
#C64EFC (or 0xC64EFC) is known color: Medium Orchid. HEX triplet: C6, 4E and FC. RGB value is (198,78,252). Sum of RGB (Red+Green+Blue) = 198+78+252=528 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.5% from 528); Green value is 78 (30.86% from 255 or 14.77% from 528); Blue value is 252 (98.83% from 255 or 47.73% from 528); Max value from RGB is 252 - color contains mainly: blue. Hex color #C64EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C64EFC is #39B103. Grayscale: #858585. Windows color (decimal): -3780868 or 16535238. OLE color: 16535238.
HSL color Cylindrical-coordinate representation of color #C64EFC: hue angle of 281.38º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C64EFC is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 78 | 252 | - |
| CMYK | 0.21 | 0.69 | 0 | 0.01 |
| HSL | 281.38º | 0.97% | 0.65% | - |
| HSV(B) | 281.38º | 0.69% | 0.99% | - |
| XYZ | 43.58 | 24.48 | 94.52 | - |
| YUV | 133.72 | 194.76 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 78 | 252 | 0.21 | 0.69 | 0 | 0.01 | 281.38 | 0.97 | 0.65 |
| Hex | C6 | 4E | FC | 15 | 45 | 0 | 1 | 119 | 61 | 41 |
| Octal | 306 | 116 | 374 | 25 | 105 | 0 | 1 | 431 | 141 | 101 |
| Binary | 11000110 | 1001110 | 11111100 | 10101 | 1000101 | 0 | 1 | 100011001 | 1100001 | 1000001 |
Color Harmonies of #C64EFC
Complementary color
Monochromatic Colors of #C64EFC
Black with #C64EFC
Text Example
Text Example
White with #C64EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64EFC; }
p { color: rgb(198,78,252); }
H1.HeaderClassName
{
color: #C64EFC;
}
.AnyTagClassName
{
color: #C64EFC;
}
</style>
background-color css
<style>
a { background-color: #C64EFC; }
a { background-color: rgb(198,78,252); }
div.DivClassName
{
background-color: #C64EFC;
}
.BgClassName
{
background-color: #C64EFC;
}
</style>
border-color css
<style>
span { border-color: #C64EFC; }
span { border-color: rgb(198,78,252); }
td.TdClassName
{
border-color: #C64EFC;
}
.TagClassName
{
border-color: #C64EFC;
}
</style>