#C542FB

Color #C542FB Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C542FB

Tints of Medium Orchid #C542FB

Color information

#C542FB (or 0xC542FB) is unknown color: approx Medium Orchid. HEX triplet: C5, 42 and FB. RGB value is (197,66,251). Sum of RGB (Red+Green+Blue) = 197+66+251=514 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.33% from 514); Green value is 66 (26.17% from 255 or 12.84% from 514); Blue value is 251 (98.44% from 255 or 48.83% from 514); Max value from RGB is 251 - color contains mainly: blue. Hex color #C542FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C542FB is #3ABD04. Grayscale: #7D7D7D. Windows color (decimal): -3849477 or 16466629. OLE color: 16466629.

HSL color Cylindrical-coordinate representation of color #C542FB: hue angle of 282.49º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C542FB is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB19766251-
CMYK0.220.7400.02
HSL282.49º95.85%62.16%-
HSV(B)282.49º73.71%98.43%-
XYZ42.3922.7393.42-
YUV126.26198.4178.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 197 (77.34% from 255) = 38.33%
GREEN value IS 66 (26.17% from 255) = 12.84%
BLUE value IS 251 (98.44% from 255) = 48.83%
R=38.33%
G=12.84%
B=48.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal197662510.220.7400.02282.4995.8562.16
HexC542FB164A0211a603e
Octal305102373261120243214076
Binary110001011000010111110111011010010100101000110101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C542FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C542FB; }

 p { color: rgb(197,66,251); }

 H1.HeaderClassName
 {
   color: #C542FB;
 }
 .AnyTagClassName
 {
   color: #C542FB;
 }
</style>
background-color css

<style>
 a { background-color: #C542FB; }

 a { background-color: rgb(197,66,251); }

 div.DivClassName
 {
   background-color: #C542FB;
 }
 .BgClassName
 {
   background-color: #C542FB;
 }
</style>
border-color css

<style>
 span { border-color: #C542FB; }

 span { border-color: rgb(197,66,251); }

 td.TdClassName
 {
   border-color: #C542FB;
 }
 .TagClassName
 {
   border-color: #C542FB;
 }
</style>