Shades of Medium Orchid #C64EFB
Tints of Medium Orchid #C64EFB
RGB
CMYK
RGB Variations
Color information
#C64EFB (or 0xC64EFB) is known color: Medium Orchid. HEX triplet: C6, 4E and FB. RGB value is (198,78,251). Sum of RGB (Red+Green+Blue) = 198+78+251=527 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.57% from 527); Green value is 78 (30.86% from 255 or 14.80% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 251 - color contains mainly: blue. Hex color #C64EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C64EFB is #39B104. Grayscale: #858585. Windows color (decimal): -3780869 or 16469702. OLE color: 16469702.
HSL color Cylindrical-coordinate representation of color #C64EFB: hue angle of 281.62º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C64EFB is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 78 | 251 | - |
| CMYK | 0.21 | 0.69 | 0 | 0.02 |
| HSL | 281.62º | 0.96% | 0.65% | - |
| HSV(B) | 281.62º | 0.69% | 0.98% | - |
| XYZ | 43.43 | 24.42 | 93.69 | - |
| YUV | 133.6 | 194.26 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 78 | 251 | 0.21 | 0.69 | 0 | 0.02 | 281.62 | 0.96 | 0.65 |
| Hex | C6 | 4E | FB | 15 | 45 | 0 | 2 | 11A | 60 | 41 |
| Octal | 306 | 116 | 373 | 25 | 105 | 0 | 2 | 432 | 140 | 101 |
| Binary | 11000110 | 1001110 | 11111011 | 10101 | 1000101 | 0 | 10 | 100011010 | 1100000 | 1000001 |
Color Harmonies of #C64EFB
Complementary color
Monochromatic Colors of #C64EFB
Black with #C64EFB
Text Example
Text Example
White with #C64EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64EFB; }
p { color: rgb(198,78,251); }
H1.HeaderClassName
{
color: #C64EFB;
}
.AnyTagClassName
{
color: #C64EFB;
}
</style>
background-color css
<style>
a { background-color: #C64EFB; }
a { background-color: rgb(198,78,251); }
div.DivClassName
{
background-color: #C64EFB;
}
.BgClassName
{
background-color: #C64EFB;
}
</style>
border-color css
<style>
span { border-color: #C64EFB; }
span { border-color: rgb(198,78,251); }
td.TdClassName
{
border-color: #C64EFB;
}
.TagClassName
{
border-color: #C64EFB;
}
</style>