Shades of Medium Orchid #C64BFD
Tints of Medium Orchid #C64BFD
RGB
CMYK
RGB Variations
Color information
#C64BFD (or 0xC64BFD) is known color: Medium Orchid. HEX triplet: C6, 4B and FD. RGB value is (198,75,253). Sum of RGB (Red+Green+Blue) = 198+75+253=526 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.64% from 526); Green value is 75 (29.69% from 255 or 14.26% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #C64BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C64BFD is #39B402. Grayscale: #838383. Windows color (decimal): -3781635 or 16600006. OLE color: 16600006.
HSL color Cylindrical-coordinate representation of color #C64BFD: hue angle of 281.46º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C64BFD is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 75 | 253 | - |
| CMYK | 0.22 | 0.70 | 0 | 0.01 |
| HSL | 281.46º | 0.98% | 0.64% | - |
| HSV(B) | 281.46º | 0.7% | 0.99% | - |
| XYZ | 43.53 | 24.13 | 95.29 | - |
| YUV | 132.07 | 196.25 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 75 | 253 | 0.22 | 0.70 | 0 | 0.01 | 281.46 | 0.98 | 0.64 |
| Hex | C6 | 4B | FD | 16 | 46 | 0 | 1 | 119 | 62 | 40 |
| Octal | 306 | 113 | 375 | 26 | 106 | 0 | 1 | 431 | 142 | 100 |
| Binary | 11000110 | 1001011 | 11111101 | 10110 | 1000110 | 0 | 1 | 100011001 | 1100010 | 1000000 |
Color Harmonies of #C64BFD
Complementary color
Monochromatic Colors of #C64BFD
Black with #C64BFD
Text Example
Text Example
White with #C64BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64BFD; }
p { color: rgb(198,75,253); }
H1.HeaderClassName
{
color: #C64BFD;
}
.AnyTagClassName
{
color: #C64BFD;
}
</style>
background-color css
<style>
a { background-color: #C64BFD; }
a { background-color: rgb(198,75,253); }
div.DivClassName
{
background-color: #C64BFD;
}
.BgClassName
{
background-color: #C64BFD;
}
</style>
border-color css
<style>
span { border-color: #C64BFD; }
span { border-color: rgb(198,75,253); }
td.TdClassName
{
border-color: #C64BFD;
}
.TagClassName
{
border-color: #C64BFD;
}
</style>