Shades of Medium Orchid #C54BFD
Tints of Medium Orchid #C54BFD
RGB
CMYK
RGB Variations
Color information
#C54BFD (or 0xC54BFD) is known color: Medium Orchid. HEX triplet: C5, 4B and FD. RGB value is (197,75,253). Sum of RGB (Red+Green+Blue) = 197+75+253=525 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.52% from 525); Green value is 75 (29.69% from 255 or 14.29% 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 #C54BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C54BFD is #3AB402. Grayscale: #838383. Windows color (decimal): -3847171 or 16600005. OLE color: 16600005.
HSL color Cylindrical-coordinate representation of color #C54BFD: hue angle of 281.12º 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 #C54BFD is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 75 | 253 | - |
| CMYK | 0.22 | 0.70 | 0 | 0.01 |
| HSL | 281.12º | 0.98% | 0.64% | - |
| HSV(B) | 281.12º | 0.7% | 0.99% | - |
| XYZ | 43.27 | 23.99 | 95.28 | - |
| YUV | 131.77 | 196.42 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 75 | 253 | 0.22 | 0.70 | 0 | 0.01 | 281.12 | 0.98 | 0.64 |
| Hex | C5 | 4B | FD | 16 | 46 | 0 | 1 | 119 | 62 | 40 |
| Octal | 305 | 113 | 375 | 26 | 106 | 0 | 1 | 431 | 142 | 100 |
| Binary | 11000101 | 1001011 | 11111101 | 10110 | 1000110 | 0 | 1 | 100011001 | 1100010 | 1000000 |
Color Harmonies of #C54BFD
Complementary color
Monochromatic Colors of #C54BFD
Black with #C54BFD
Text Example
Text Example
White with #C54BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54BFD; }
p { color: rgb(197,75,253); }
H1.HeaderClassName
{
color: #C54BFD;
}
.AnyTagClassName
{
color: #C54BFD;
}
</style>
background-color css
<style>
a { background-color: #C54BFD; }
a { background-color: rgb(197,75,253); }
div.DivClassName
{
background-color: #C54BFD;
}
.BgClassName
{
background-color: #C54BFD;
}
</style>
border-color css
<style>
span { border-color: #C54BFD; }
span { border-color: rgb(197,75,253); }
td.TdClassName
{
border-color: #C54BFD;
}
.TagClassName
{
border-color: #C54BFD;
}
</style>