Shades of Medium Orchid #C64BFB
Tints of Medium Orchid #C64BFB
RGB
CMYK
RGB Variations
Color information
#C64BFB (or 0xC64BFB) is known color: Medium Orchid. HEX triplet: C6, 4B and FB. RGB value is (198,75,251). Sum of RGB (Red+Green+Blue) = 198+75+251=524 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.79% from 524); Green value is 75 (29.69% from 255 or 14.31% from 524); Blue value is 251 (98.44% from 255 or 47.90% from 524); Max value from RGB is 251 - color contains mainly: blue. Hex color #C64BFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C64BFB is #39B404. Grayscale: #838383. Windows color (decimal): -3781637 or 16468934. OLE color: 16468934.
HSL color Cylindrical-coordinate representation of color #C64BFB: hue angle of 281.93º degrees, saturation: 0.96, 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 #C64BFB is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 75 | 251 | - |
| CMYK | 0.21 | 0.70 | 0 | 0.02 |
| HSL | 281.93º | 0.96% | 0.64% | - |
| HSV(B) | 281.93º | 0.7% | 0.98% | - |
| XYZ | 43.22 | 24 | 93.62 | - |
| YUV | 131.84 | 195.25 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 75 | 251 | 0.21 | 0.70 | 0 | 0.02 | 281.93 | 0.96 | 0.64 |
| Hex | C6 | 4B | FB | 15 | 46 | 0 | 2 | 11A | 60 | 40 |
| Octal | 306 | 113 | 373 | 25 | 106 | 0 | 2 | 432 | 140 | 100 |
| Binary | 11000110 | 1001011 | 11111011 | 10101 | 1000110 | 0 | 10 | 100011010 | 1100000 | 1000000 |
Color Harmonies of #C64BFB
Complementary color
Monochromatic Colors of #C64BFB
Black with #C64BFB
Text Example
Text Example
White with #C64BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64BFB; }
p { color: rgb(198,75,251); }
H1.HeaderClassName
{
color: #C64BFB;
}
.AnyTagClassName
{
color: #C64BFB;
}
</style>
background-color css
<style>
a { background-color: #C64BFB; }
a { background-color: rgb(198,75,251); }
div.DivClassName
{
background-color: #C64BFB;
}
.BgClassName
{
background-color: #C64BFB;
}
</style>
border-color css
<style>
span { border-color: #C64BFB; }
span { border-color: rgb(198,75,251); }
td.TdClassName
{
border-color: #C64BFB;
}
.TagClassName
{
border-color: #C64BFB;
}
</style>