Shades of Medium Orchid #C64BF6
Tints of Medium Orchid #C64BF6
RGB
CMYK
RGB Variations
Color information
#C64BF6 (or 0xC64BF6) is known color: Medium Orchid. HEX triplet: C6, 4B and F6. RGB value is (198,75,246). Sum of RGB (Red+Green+Blue) = 198+75+246=519 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.15% from 519); Green value is 75 (29.69% from 255 or 14.45% from 519); Blue value is 246 (96.48% from 255 or 47.40% from 519); Max value from RGB is 246 - color contains mainly: blue. Hex color #C64BF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C64BF6 is #39B409. Grayscale: #828282. Windows color (decimal): -3781642 or 16141254. OLE color: 16141254.
HSL color Cylindrical-coordinate representation of color #C64BF6: hue angle of 283.16º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C64BF6 is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 198 | 75 | 246 | - |
| CMYK | 0.20 | 0.70 | 0 | 0.04 |
| HSL | 283.16º | 0.9% | 0.63% | - |
| HSV(B) | 283.16º | 0.7% | 0.96% | - |
| XYZ | 42.44 | 23.69 | 89.52 | - |
| YUV | 131.27 | 192.75 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 75 | 246 | 0.20 | 0.70 | 0 | 0.04 | 283.16 | 0.9 | 0.63 |
| Hex | C6 | 4B | F6 | 14 | 46 | 0 | 4 | 11B | 5A | 3F |
| Octal | 306 | 113 | 366 | 24 | 106 | 0 | 4 | 433 | 132 | 77 |
| Binary | 11000110 | 1001011 | 11110110 | 10100 | 1000110 | 0 | 100 | 100011011 | 1011010 | 111111 |
Color Harmonies of #C64BF6
Complementary color
Monochromatic Colors of #C64BF6
Black with #C64BF6
Text Example
Text Example
White with #C64BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64BF6; }
p { color: rgb(198,75,246); }
H1.HeaderClassName
{
color: #C64BF6;
}
.AnyTagClassName
{
color: #C64BF6;
}
</style>
background-color css
<style>
a { background-color: #C64BF6; }
a { background-color: rgb(198,75,246); }
div.DivClassName
{
background-color: #C64BF6;
}
.BgClassName
{
background-color: #C64BF6;
}
</style>
border-color css
<style>
span { border-color: #C64BF6; }
span { border-color: rgb(198,75,246); }
td.TdClassName
{
border-color: #C64BF6;
}
.TagClassName
{
border-color: #C64BF6;
}
</style>