#C545ED

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

Shades of Medium Orchid #C545ED

Tints of Medium Orchid #C545ED

Color information

#C545ED (or 0xC545ED) is unknown color: approx Medium Orchid. HEX triplet: C5, 45 and ED. RGB value is (197,69,237). Sum of RGB (Red+Green+Blue) = 197+69+237=503 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.17% from 503); Green value is 69 (27.34% from 255 or 13.72% from 503); Blue value is 237 (92.97% from 255 or 47.12% from 503); Max value from RGB is 237 - color contains mainly: blue. Hex color #C545ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C545ED is #3ABA12. Grayscale: #7D7D7D. Windows color (decimal): -3848723 or 15549893. OLE color: 15549893.

HSL color Cylindrical-coordinate representation of color #C545ED: hue angle of 285.71º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C545ED is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB19769237-
CMYK0.170.7100.07
HSL285.71º82.35%60%-
HSV(B)285.71º70.89%92.94%-
XYZ40.4422.2482.28-
YUV126.42190.41178.34-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.17%
GREEN value IS 69 (27.34% from 255) = 13.72%
BLUE value IS 237 (92.97% from 255) = 47.12%
R=39.17%
G=13.72%
B=47.12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal197692370.170.7100.07285.7182.3560
HexC545ED11470711e523c
Octal305105355211070743612274
Binary1100010110001011110110110001100011101111000111101010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C545ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C545ED; }

 p { color: rgb(197,69,237); }

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

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

 a { background-color: rgb(197,69,237); }

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

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

 span { border-color: rgb(197,69,237); }

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