Shades of Medium Orchid #C64BFA
Tints of Medium Orchid #C64BFA
RGB
CMYK
RGB Variations
Color information
#C64BFA (or 0xC64BFA) is known color: Medium Orchid. HEX triplet: C6, 4B and FA. RGB value is (198,75,250). Sum of RGB (Red+Green+Blue) = 198+75+250=523 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.86% from 523); Green value is 75 (29.69% from 255 or 14.34% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 250 - color contains mainly: blue. Hex color #C64BFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C64BFA is #39B405. Grayscale: #838383. Windows color (decimal): -3781638 or 16403398. OLE color: 16403398.
HSL color Cylindrical-coordinate representation of color #C64BFA: hue angle of 282.17º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C64BFA is Cyan = 0.21, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 75 | 250 | - |
| CMYK | 0.21 | 0.7 | 0 | 0.02 |
| HSL | 282.17º | 0.95% | 0.64% | - |
| HSV(B) | 282.17º | 0.7% | 0.98% | - |
| XYZ | 43.06 | 23.94 | 92.79 | - |
| YUV | 131.73 | 194.75 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 75 | 250 | 0.21 | 0.7 | 0 | 0.02 | 282.17 | 0.95 | 0.64 |
| Hex | C6 | 4B | FA | 15 | 46 | 0 | 2 | 11A | 5F | 40 |
| Octal | 306 | 113 | 372 | 25 | 106 | 0 | 2 | 432 | 137 | 100 |
| Binary | 11000110 | 1001011 | 11111010 | 10101 | 1000110 | 0 | 10 | 100011010 | 1011111 | 1000000 |
Color Harmonies of #C64BFA
Complementary color
Monochromatic Colors of #C64BFA
Black with #C64BFA
Text Example
Text Example
White with #C64BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64BFA; }
p { color: rgb(198,75,250); }
H1.HeaderClassName
{
color: #C64BFA;
}
.AnyTagClassName
{
color: #C64BFA;
}
</style>
background-color css
<style>
a { background-color: #C64BFA; }
a { background-color: rgb(198,75,250); }
div.DivClassName
{
background-color: #C64BFA;
}
.BgClassName
{
background-color: #C64BFA;
}
</style>
border-color css
<style>
span { border-color: #C64BFA; }
span { border-color: rgb(198,75,250); }
td.TdClassName
{
border-color: #C64BFA;
}
.TagClassName
{
border-color: #C64BFA;
}
</style>