Shades of Medium Orchid #C64FFB
Tints of Medium Orchid #C64FFB
RGB
CMYK
RGB Variations
Color information
#C64FFB (or 0xC64FFB) is known color: Medium Orchid. HEX triplet: C6, 4F and FB. RGB value is (198,79,251). Sum of RGB (Red+Green+Blue) = 198+79+251=528 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.5% from 528); Green value is 79 (31.25% from 255 or 14.96% from 528); Blue value is 251 (98.44% from 255 or 47.54% from 528); Max value from RGB is 251 - color contains mainly: blue. Hex color #C64FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C64FFB is #39B004. Grayscale: #858585. Windows color (decimal): -3780613 or 16469958. OLE color: 16469958.
HSL color Cylindrical-coordinate representation of color #C64FFB: hue angle of 281.51º 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 #C64FFB is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 79 | 251 | - |
| CMYK | 0.21 | 0.69 | 0 | 0.02 |
| HSL | 281.51º | 0.96% | 0.65% | - |
| HSV(B) | 281.51º | 0.69% | 0.98% | - |
| XYZ | 43.5 | 24.56 | 93.72 | - |
| YUV | 134.19 | 193.92 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 79 | 251 | 0.21 | 0.69 | 0 | 0.02 | 281.51 | 0.96 | 0.65 |
| Hex | C6 | 4F | FB | 15 | 45 | 0 | 2 | 11A | 60 | 41 |
| Octal | 306 | 117 | 373 | 25 | 105 | 0 | 2 | 432 | 140 | 101 |
| Binary | 11000110 | 1001111 | 11111011 | 10101 | 1000101 | 0 | 10 | 100011010 | 1100000 | 1000001 |
Color Harmonies of #C64FFB
Complementary color
Monochromatic Colors of #C64FFB
Black with #C64FFB
Text Example
Text Example
White with #C64FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64FFB; }
p { color: rgb(198,79,251); }
H1.HeaderClassName
{
color: #C64FFB;
}
.AnyTagClassName
{
color: #C64FFB;
}
</style>
background-color css
<style>
a { background-color: #C64FFB; }
a { background-color: rgb(198,79,251); }
div.DivClassName
{
background-color: #C64FFB;
}
.BgClassName
{
background-color: #C64FFB;
}
</style>
border-color css
<style>
span { border-color: #C64FFB; }
span { border-color: rgb(198,79,251); }
td.TdClassName
{
border-color: #C64FFB;
}
.TagClassName
{
border-color: #C64FFB;
}
</style>