Shades of Medium Orchid #C64FFC
Tints of Medium Orchid #C64FFC
RGB
CMYK
RGB Variations
Color information
#C64FFC (or 0xC64FFC) is known color: Medium Orchid. HEX triplet: C6, 4F and FC. RGB value is (198,79,252). Sum of RGB (Red+Green+Blue) = 198+79+252=529 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.43% from 529); Green value is 79 (31.25% from 255 or 14.93% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: blue. Hex color #C64FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C64FFC is #39B003. Grayscale: #858585. Windows color (decimal): -3780612 or 16535494. OLE color: 16535494.
HSL color Cylindrical-coordinate representation of color #C64FFC: hue angle of 281.27º 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 #C64FFC is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 79 | 252 | - |
| CMYK | 0.21 | 0.69 | 0 | 0.01 |
| HSL | 281.27º | 0.97% | 0.65% | - |
| HSV(B) | 281.27º | 0.69% | 0.99% | - |
| XYZ | 43.66 | 24.63 | 94.55 | - |
| YUV | 134.3 | 194.42 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 79 | 252 | 0.21 | 0.69 | 0 | 0.01 | 281.27 | 0.97 | 0.65 |
| Hex | C6 | 4F | FC | 15 | 45 | 0 | 1 | 119 | 61 | 41 |
| Octal | 306 | 117 | 374 | 25 | 105 | 0 | 1 | 431 | 141 | 101 |
| Binary | 11000110 | 1001111 | 11111100 | 10101 | 1000101 | 0 | 1 | 100011001 | 1100001 | 1000001 |
Color Harmonies of #C64FFC
Complementary color
Monochromatic Colors of #C64FFC
Black with #C64FFC
Text Example
Text Example
White with #C64FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64FFC; }
p { color: rgb(198,79,252); }
H1.HeaderClassName
{
color: #C64FFC;
}
.AnyTagClassName
{
color: #C64FFC;
}
</style>
background-color css
<style>
a { background-color: #C64FFC; }
a { background-color: rgb(198,79,252); }
div.DivClassName
{
background-color: #C64FFC;
}
.BgClassName
{
background-color: #C64FFC;
}
</style>
border-color css
<style>
span { border-color: #C64FFC; }
span { border-color: rgb(198,79,252); }
td.TdClassName
{
border-color: #C64FFC;
}
.TagClassName
{
border-color: #C64FFC;
}
</style>