Shades of Medium Orchid #C64BFC
Tints of Medium Orchid #C64BFC
RGB
CMYK
RGB Variations
Color information
#C64BFC (or 0xC64BFC) is known color: Medium Orchid. HEX triplet: C6, 4B and FC. RGB value is (198,75,252). Sum of RGB (Red+Green+Blue) = 198+75+252=525 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.71% from 525); Green value is 75 (29.69% from 255 or 14.29% from 525); Blue value is 252 (98.83% from 255 or 48% from 525); Max value from RGB is 252 - color contains mainly: blue. Hex color #C64BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C64BFC is #39B403. Grayscale: #838383. Windows color (decimal): -3781636 or 16534470. OLE color: 16534470.
HSL color Cylindrical-coordinate representation of color #C64BFC: hue angle of 281.69º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C64BFC is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 75 | 252 | - |
| CMYK | 0.21 | 0.70 | 0 | 0.01 |
| HSL | 281.69º | 0.97% | 0.64% | - |
| HSV(B) | 281.69º | 0.7% | 0.99% | - |
| XYZ | 43.38 | 24.07 | 94.45 | - |
| YUV | 131.96 | 195.75 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 75 | 252 | 0.21 | 0.70 | 0 | 0.01 | 281.69 | 0.97 | 0.64 |
| Hex | C6 | 4B | FC | 15 | 46 | 0 | 1 | 11A | 61 | 40 |
| Octal | 306 | 113 | 374 | 25 | 106 | 0 | 1 | 432 | 141 | 100 |
| Binary | 11000110 | 1001011 | 11111100 | 10101 | 1000110 | 0 | 1 | 100011010 | 1100001 | 1000000 |
Color Harmonies of #C64BFC
Complementary color
Monochromatic Colors of #C64BFC
Black with #C64BFC
Text Example
Text Example
White with #C64BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64BFC; }
p { color: rgb(198,75,252); }
H1.HeaderClassName
{
color: #C64BFC;
}
.AnyTagClassName
{
color: #C64BFC;
}
</style>
background-color css
<style>
a { background-color: #C64BFC; }
a { background-color: rgb(198,75,252); }
div.DivClassName
{
background-color: #C64BFC;
}
.BgClassName
{
background-color: #C64BFC;
}
</style>
border-color css
<style>
span { border-color: #C64BFC; }
span { border-color: rgb(198,75,252); }
td.TdClassName
{
border-color: #C64BFC;
}
.TagClassName
{
border-color: #C64BFC;
}
</style>