Shades of Medium Orchid #C54BFF
Tints of Medium Orchid #C54BFF
RGB
CMYK
RGB Variations
Color information
#C54BFF (or 0xC54BFF) is known color: Medium Orchid. HEX triplet: C5, 4B and FF. RGB value is (197,75,255). Sum of RGB (Red+Green+Blue) = 197+75+255=527 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.38% from 527); Green value is 75 (29.69% from 255 or 14.23% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #C54BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C54BFF is #3AB400. Grayscale: #838383. Windows color (decimal): -3847169 or 16731077. OLE color: 16731077.
HSL color Cylindrical-coordinate representation of color #C54BFF: hue angle of 280.67º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C54BFF is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 75 | 255 | - |
| CMYK | 0.23 | 0.71 | 0 | 0 |
| HSL | 280.67º | 1% | 0.65% | - |
| HSV(B) | 280.67º | 0.71% | 1% | - |
| XYZ | 43.59 | 24.12 | 96.97 | - |
| YUV | 132 | 197.42 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 75 | 255 | 0.23 | 0.71 | 0 | 0 | 280.67 | 1 | 0.65 |
| Hex | C5 | 4B | FF | 17 | 47 | 0 | 0 | 119 | 64 | 41 |
| Octal | 305 | 113 | 377 | 27 | 107 | 0 | 0 | 431 | 144 | 101 |
| Binary | 11000101 | 1001011 | 11111111 | 10111 | 1000111 | 0 | 0 | 100011001 | 1100100 | 1000001 |
Color Harmonies of #C54BFF
Complementary color
Monochromatic Colors of #C54BFF
Black with #C54BFF
Text Example
Text Example
White with #C54BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54BFF; }
p { color: rgb(197,75,255); }
H1.HeaderClassName
{
color: #C54BFF;
}
.AnyTagClassName
{
color: #C54BFF;
}
</style>
background-color css
<style>
a { background-color: #C54BFF; }
a { background-color: rgb(197,75,255); }
div.DivClassName
{
background-color: #C54BFF;
}
.BgClassName
{
background-color: #C54BFF;
}
</style>
border-color css
<style>
span { border-color: #C54BFF; }
span { border-color: rgb(197,75,255); }
td.TdClassName
{
border-color: #C54BFF;
}
.TagClassName
{
border-color: #C54BFF;
}
</style>