Shades of Medium Orchid #C543FF
Tints of Medium Orchid #C543FF
RGB
CMYK
RGB Variations
Color information
#C543FF (or 0xC543FF) is known color: Medium Orchid. HEX triplet: C5, 43 and FF. RGB value is (197,67,255). Sum of RGB (Red+Green+Blue) = 197+67+255=519 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.96% from 519); Green value is 67 (26.56% from 255 or 12.91% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #C543FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C543FF is #3ABC00. Grayscale: #7E7E7E. Windows color (decimal): -3849217 or 16729029. OLE color: 16729029.
HSL color Cylindrical-coordinate representation of color #C543FF: hue angle of 281.49º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C543FF is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 67 | 255 | - |
| CMYK | 0.23 | 0.74 | 0 | 0 |
| HSL | 281.49º | 1% | 0.63% | - |
| HSV(B) | 281.49º | 0.74% | 1% | - |
| XYZ | 43.08 | 23.1 | 96.8 | - |
| YUV | 127.3 | 200.07 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 67 | 255 | 0.23 | 0.74 | 0 | 0 | 281.49 | 1 | 0.63 |
| Hex | C5 | 43 | FF | 17 | 4A | 0 | 0 | 119 | 64 | 3F |
| Octal | 305 | 103 | 377 | 27 | 112 | 0 | 0 | 431 | 144 | 77 |
| Binary | 11000101 | 1000011 | 11111111 | 10111 | 1001010 | 0 | 0 | 100011001 | 1100100 | 111111 |
Color Harmonies of #C543FF
Complementary color
Monochromatic Colors of #C543FF
Black with #C543FF
Text Example
Text Example
White with #C543FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C543FF; }
p { color: rgb(197,67,255); }
H1.HeaderClassName
{
color: #C543FF;
}
.AnyTagClassName
{
color: #C543FF;
}
</style>
background-color css
<style>
a { background-color: #C543FF; }
a { background-color: rgb(197,67,255); }
div.DivClassName
{
background-color: #C543FF;
}
.BgClassName
{
background-color: #C543FF;
}
</style>
border-color css
<style>
span { border-color: #C543FF; }
span { border-color: rgb(197,67,255); }
td.TdClassName
{
border-color: #C543FF;
}
.TagClassName
{
border-color: #C543FF;
}
</style>