Shades of Medium Orchid #C64BFE
Tints of Medium Orchid #C64BFE
RGB
CMYK
RGB Variations
Color information
#C64BFE (or 0xC64BFE) is known color: Medium Orchid. HEX triplet: C6, 4B and FE. RGB value is (198,75,254). Sum of RGB (Red+Green+Blue) = 198+75+254=527 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.57% from 527); Green value is 75 (29.69% from 255 or 14.23% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #C64BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C64BFE is #39B401. Grayscale: #838383. Windows color (decimal): -3781634 or 16665542. OLE color: 16665542.
HSL color Cylindrical-coordinate representation of color #C64BFE: hue angle of 281.23º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C64BFE is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 198 | 75 | 254 | - |
| CMYK | 0.22 | 0.70 | 0 | 0.00 |
| HSL | 281.23º | 0.99% | 0.65% | - |
| HSV(B) | 281.23º | 0.7% | 1% | - |
| XYZ | 43.69 | 24.19 | 96.13 | - |
| YUV | 132.18 | 196.75 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 75 | 254 | 0.22 | 0.70 | 0 | 0.00 | 281.23 | 0.99 | 0.65 |
| Hex | C6 | 4B | FE | 16 | 46 | 0 | 0 | 119 | 63 | 41 |
| Octal | 306 | 113 | 376 | 26 | 106 | 0 | 0 | 431 | 143 | 101 |
| Binary | 11000110 | 1001011 | 11111110 | 10110 | 1000110 | 0 | 0 | 100011001 | 1100011 | 1000001 |
Color Harmonies of #C64BFE
Complementary color
Monochromatic Colors of #C64BFE
Black with #C64BFE
Text Example
Text Example
White with #C64BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64BFE; }
p { color: rgb(198,75,254); }
H1.HeaderClassName
{
color: #C64BFE;
}
.AnyTagClassName
{
color: #C64BFE;
}
</style>
background-color css
<style>
a { background-color: #C64BFE; }
a { background-color: rgb(198,75,254); }
div.DivClassName
{
background-color: #C64BFE;
}
.BgClassName
{
background-color: #C64BFE;
}
</style>
border-color css
<style>
span { border-color: #C64BFE; }
span { border-color: rgb(198,75,254); }
td.TdClassName
{
border-color: #C64BFE;
}
.TagClassName
{
border-color: #C64BFE;
}
</style>