Shades of Medium Orchid #C54AFD
Tints of Medium Orchid #C54AFD
RGB
CMYK
RGB Variations
Color information
#C54AFD (or 0xC54AFD) is known color: Medium Orchid. HEX triplet: C5, 4A and FD. RGB value is (197,74,253). Sum of RGB (Red+Green+Blue) = 197+74+253=524 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.60% from 524); Green value is 74 (29.30% from 255 or 14.12% from 524); Blue value is 253 (99.22% from 255 or 48.28% from 524); Max value from RGB is 253 - color contains mainly: blue. Hex color #C54AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C54AFD is #3AB502. Grayscale: #828282. Windows color (decimal): -3847427 or 16599749. OLE color: 16599749.
HSL color Cylindrical-coordinate representation of color #C54AFD: hue angle of 281.23º 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 #C54AFD is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 74 | 253 | - |
| CMYK | 0.22 | 0.71 | 0 | 0.01 |
| HSL | 281.23º | 0.98% | 0.64% | - |
| HSV(B) | 281.23º | 0.71% | 0.99% | - |
| XYZ | 43.2 | 23.86 | 95.26 | - |
| YUV | 131.18 | 196.75 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 74 | 253 | 0.22 | 0.71 | 0 | 0.01 | 281.23 | 0.98 | 0.64 |
| Hex | C5 | 4A | FD | 16 | 47 | 0 | 1 | 119 | 62 | 40 |
| Octal | 305 | 112 | 375 | 26 | 107 | 0 | 1 | 431 | 142 | 100 |
| Binary | 11000101 | 1001010 | 11111101 | 10110 | 1000111 | 0 | 1 | 100011001 | 1100010 | 1000000 |
Color Harmonies of #C54AFD
Complementary color
Monochromatic Colors of #C54AFD
Black with #C54AFD
Text Example
Text Example
White with #C54AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54AFD; }
p { color: rgb(197,74,253); }
H1.HeaderClassName
{
color: #C54AFD;
}
.AnyTagClassName
{
color: #C54AFD;
}
</style>
background-color css
<style>
a { background-color: #C54AFD; }
a { background-color: rgb(197,74,253); }
div.DivClassName
{
background-color: #C54AFD;
}
.BgClassName
{
background-color: #C54AFD;
}
</style>
border-color css
<style>
span { border-color: #C54AFD; }
span { border-color: rgb(197,74,253); }
td.TdClassName
{
border-color: #C54AFD;
}
.TagClassName
{
border-color: #C54AFD;
}
</style>