#C454D1

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

Shades of Medium Orchid #C454D1

Tints of Medium Orchid #C454D1

Color information

#C454D1 (or 0xC454D1) is unknown color: approx Medium Orchid. HEX triplet: C4, 54 and D1. RGB value is (196,84,209). Sum of RGB (Red+Green+Blue) = 196+84+209=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 84 (33.20% from 255 or 17.18% from 489); Blue value is 209 (82.03% from 255 or 42.74% from 489); Max value from RGB is 209 - color contains mainly: blue. Hex color #C454D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C454D1 is #3BAB2E. Grayscale: #838383. Windows color (decimal): -3910447 or 13718724. OLE color: 13718724.

HSL color Cylindrical-coordinate representation of color #C454D1: hue angle of 293.76º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C454D1 is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19684209-
CMYK0.060.6000.18
HSL293.76º57.6%57.45%-
HSV(B)293.76º59.81%81.96%-
XYZ37.4422.6862.73-
YUV131.74171.61173.84-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.08%
GREEN value IS 84 (33.20% from 255) = 17.18%
BLUE value IS 209 (82.03% from 255) = 42.74%
R=40.08%
G=17.18%
B=42.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal196842090.060.6000.18293.7657.657.45
HexC454D163C0121263a39
Octal3041243216740224467271
Binary11000100101010011010001110111100010010100100110111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C454D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C454D1; }

 p { color: rgb(196,84,209); }

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

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

 a { background-color: rgb(196,84,209); }

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

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

 span { border-color: rgb(196,84,209); }

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