Shades of Medium Orchid #C64AFD
Tints of Medium Orchid #C64AFD
RGB
CMYK
RGB Variations
Color information
#C64AFD (or 0xC64AFD) is known color: Medium Orchid. HEX triplet: C6, 4A and FD. RGB value is (198,74,253). Sum of RGB (Red+Green+Blue) = 198+74+253=525 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.71% from 525); Green value is 74 (29.30% from 255 or 14.10% from 525); Blue value is 253 (99.22% from 255 or 48.19% from 525); Max value from RGB is 253 - color contains mainly: blue. Hex color #C64AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C64AFD is #39B502. Grayscale: #828282. Windows color (decimal): -3781891 or 16599750. OLE color: 16599750.
HSL color Cylindrical-coordinate representation of color #C64AFD: hue angle of 281.56º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C64AFD is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 74 | 253 | - |
| CMYK | 0.22 | 0.71 | 0 | 0.01 |
| HSL | 281.56º | 0.98% | 0.64% | - |
| HSV(B) | 281.56º | 0.71% | 0.99% | - |
| XYZ | 43.47 | 24 | 95.27 | - |
| YUV | 131.48 | 196.58 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 74 | 253 | 0.22 | 0.71 | 0 | 0.01 | 281.56 | 0.98 | 0.64 |
| Hex | C6 | 4A | FD | 16 | 47 | 0 | 1 | 11A | 62 | 40 |
| Octal | 306 | 112 | 375 | 26 | 107 | 0 | 1 | 432 | 142 | 100 |
| Binary | 11000110 | 1001010 | 11111101 | 10110 | 1000111 | 0 | 1 | 100011010 | 1100010 | 1000000 |
Color Harmonies of #C64AFD
Complementary color
Monochromatic Colors of #C64AFD
Black with #C64AFD
Text Example
Text Example
White with #C64AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64AFD; }
p { color: rgb(198,74,253); }
H1.HeaderClassName
{
color: #C64AFD;
}
.AnyTagClassName
{
color: #C64AFD;
}
</style>
background-color css
<style>
a { background-color: #C64AFD; }
a { background-color: rgb(198,74,253); }
div.DivClassName
{
background-color: #C64AFD;
}
.BgClassName
{
background-color: #C64AFD;
}
</style>
border-color css
<style>
span { border-color: #C64AFD; }
span { border-color: rgb(198,74,253); }
td.TdClassName
{
border-color: #C64AFD;
}
.TagClassName
{
border-color: #C64AFD;
}
</style>