Shades of Medium Orchid #C64DFB
Tints of Medium Orchid #C64DFB
RGB
CMYK
RGB Variations
Color information
#C64DFB (or 0xC64DFB) is known color: Medium Orchid. HEX triplet: C6, 4D and FB. RGB value is (198,77,251). Sum of RGB (Red+Green+Blue) = 198+77+251=526 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.64% from 526); Green value is 77 (30.47% from 255 or 14.64% from 526); Blue value is 251 (98.44% from 255 or 47.72% from 526); Max value from RGB is 251 - color contains mainly: blue. Hex color #C64DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C64DFB is #39B204. Grayscale: #848484. Windows color (decimal): -3781125 or 16469446. OLE color: 16469446.
HSL color Cylindrical-coordinate representation of color #C64DFB: hue angle of 281.72º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C64DFB is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 77 | 251 | - |
| CMYK | 0.21 | 0.69 | 0 | 0.02 |
| HSL | 281.72º | 0.96% | 0.64% | - |
| HSV(B) | 281.72º | 0.69% | 0.98% | - |
| XYZ | 43.36 | 24.28 | 93.67 | - |
| YUV | 133.02 | 194.59 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 77 | 251 | 0.21 | 0.69 | 0 | 0.02 | 281.72 | 0.96 | 0.64 |
| Hex | C6 | 4D | FB | 15 | 45 | 0 | 2 | 11A | 60 | 40 |
| Octal | 306 | 115 | 373 | 25 | 105 | 0 | 2 | 432 | 140 | 100 |
| Binary | 11000110 | 1001101 | 11111011 | 10101 | 1000101 | 0 | 10 | 100011010 | 1100000 | 1000000 |
Color Harmonies of #C64DFB
Complementary color
Monochromatic Colors of #C64DFB
Black with #C64DFB
Text Example
Text Example
White with #C64DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64DFB; }
p { color: rgb(198,77,251); }
H1.HeaderClassName
{
color: #C64DFB;
}
.AnyTagClassName
{
color: #C64DFB;
}
</style>
background-color css
<style>
a { background-color: #C64DFB; }
a { background-color: rgb(198,77,251); }
div.DivClassName
{
background-color: #C64DFB;
}
.BgClassName
{
background-color: #C64DFB;
}
</style>
border-color css
<style>
span { border-color: #C64DFB; }
span { border-color: rgb(198,77,251); }
td.TdClassName
{
border-color: #C64DFB;
}
.TagClassName
{
border-color: #C64DFB;
}
</style>