#C543D7

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

Shades of Medium Orchid #C543D7

Tints of Medium Orchid #C543D7

Color information

#C543D7 (or 0xC543D7) is unknown color: approx Medium Orchid. HEX triplet: C5, 43 and D7. RGB value is (197,67,215). Sum of RGB (Red+Green+Blue) = 197+67+215=479 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.13% from 479); Green value is 67 (26.56% from 255 or 13.99% from 479); Blue value is 215 (84.38% from 255 or 44.89% from 479); Max value from RGB is 215 - color contains mainly: blue. Hex color #C543D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C543D7 is #3ABC28. Grayscale: #7A7A7A. Windows color (decimal): -3849257 or 14107589. OLE color: 14107589.

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

Color convert

RGB19767215-
CMYK0.080.6900.16
HSL292.7º64.91%55.29%-
HSV(B)292.7º68.84%84.31%-
XYZ37.320.7966.34-
YUV122.74180.07180.97-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.13%
GREEN value IS 67 (26.56% from 255) = 13.99%
BLUE value IS 215 (84.38% from 255) = 44.89%
R=41.13%
G=13.99%
B=44.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal197672150.080.6900.16292.764.9155.29
HexC543D78450101254137
Octal3051033271010502044510167
Binary11000101100001111010111100010001010100001001001011000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C543D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C543D7; }

 p { color: rgb(197,67,215); }

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

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

 a { background-color: rgb(197,67,215); }

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

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

 span { border-color: rgb(197,67,215); }

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