Shades of Medium Orchid #C64BED
Tints of Medium Orchid #C64BED
RGB
CMYK
RGB Variations
Color information
#C64BED (or 0xC64BED) is known color: Medium Orchid. HEX triplet: C6, 4B and ED. RGB value is (198,75,237). Sum of RGB (Red+Green+Blue) = 198+75+237=510 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.82% from 510); Green value is 75 (29.69% from 255 or 14.71% from 510); Blue value is 237 (92.97% from 255 or 46.47% from 510); Max value from RGB is 237 - color contains mainly: blue. Hex color #C64BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C64BED is #39B412. Grayscale: #818181. Windows color (decimal): -3781651 or 15551430. OLE color: 15551430.
HSL color Cylindrical-coordinate representation of color #C64BED: hue angle of 285.56º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C64BED is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 75 | 237 | - |
| CMYK | 0.16 | 0.68 | 0 | 0.07 |
| HSL | 285.56º | 0.82% | 0.61% | - |
| HSV(B) | 285.56º | 0.68% | 0.93% | - |
| XYZ | 41.09 | 23.15 | 82.42 | - |
| YUV | 130.25 | 188.25 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 75 | 237 | 0.16 | 0.68 | 0 | 0.07 | 285.56 | 0.82 | 0.61 |
| Hex | C6 | 4B | ED | 10 | 44 | 0 | 7 | 11E | 52 | 3D |
| Octal | 306 | 113 | 355 | 20 | 104 | 0 | 7 | 436 | 122 | 75 |
| Binary | 11000110 | 1001011 | 11101101 | 10000 | 1000100 | 0 | 111 | 100011110 | 1010010 | 111101 |
Color Harmonies of #C64BED
Complementary color
Monochromatic Colors of #C64BED
Black with #C64BED
Text Example
Text Example
White with #C64BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64BED; }
p { color: rgb(198,75,237); }
H1.HeaderClassName
{
color: #C64BED;
}
.AnyTagClassName
{
color: #C64BED;
}
</style>
background-color css
<style>
a { background-color: #C64BED; }
a { background-color: rgb(198,75,237); }
div.DivClassName
{
background-color: #C64BED;
}
.BgClassName
{
background-color: #C64BED;
}
</style>
border-color css
<style>
span { border-color: #C64BED; }
span { border-color: rgb(198,75,237); }
td.TdClassName
{
border-color: #C64BED;
}
.TagClassName
{
border-color: #C64BED;
}
</style>