#C541D6

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

Shades of Medium Orchid #C541D6

Tints of Medium Orchid #C541D6

Color information

#C541D6 (or 0xC541D6) is unknown color: approx Medium Orchid. HEX triplet: C5, 41 and D6. RGB value is (197,65,214). Sum of RGB (Red+Green+Blue) = 197+65+214=476 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.39% from 476); Green value is 65 (25.78% from 255 or 13.66% from 476); Blue value is 214 (83.98% from 255 or 44.96% from 476); Max value from RGB is 214 - color contains mainly: blue. Hex color #C541D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C541D6 is #3ABE29. Grayscale: #787878. Windows color (decimal): -3849770 or 14041541. OLE color: 14041541.

HSL color Cylindrical-coordinate representation of color #C541D6: hue angle of 293.15º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C541D6 is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB19765214-
CMYK0.080.7000.16
HSL293.15º64.5%54.71%-
HSV(B)293.15º69.63%83.92%-
XYZ37.0520.5165.62-
YUV121.45180.23181.88-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.39%
GREEN value IS 65 (25.78% from 255) = 13.66%
BLUE value IS 214 (83.98% from 255) = 44.96%
R=41.39%
G=13.66%
B=44.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal197652140.080.7000.16293.1564.554.71
HexC541D68460101254137
Octal3051013261010602044510167
Binary11000101100000111010110100010001100100001001001011000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C541D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C541D6; }

 p { color: rgb(197,65,214); }

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

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

 a { background-color: rgb(197,65,214); }

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

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

 span { border-color: rgb(197,65,214); }

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