#C484DE

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

Shades of Wisteria #C484DE

Tints of Wisteria #C484DE

Color information

#C484DE (or 0xC484DE) is unknown color: approx Wisteria. HEX triplet: C4, 84 and DE. RGB value is (196,132,222). Sum of RGB (Red+Green+Blue) = 196+132+222=550 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.64% from 550); Green value is 132 (51.95% from 255 or 24% from 550); Blue value is 222 (87.11% from 255 or 40.36% from 550); Max value from RGB is 222 - color contains mainly: blue. Hex color #C484DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C484DE is #3B7B21. Grayscale: #A1A1A1. Windows color (decimal): -3898146 or 14582980. OLE color: 14582980.

HSL color Cylindrical-coordinate representation of color #C484DE: hue angle of 282.67º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C484DE is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB196132222-
CMYK0.120.4100.13
HSL282.67º57.69%69.41%-
HSV(B)282.67º40.54%87.06%-
XYZ44.233.5173.25-
YUV161.4162.2152.68-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.64%
GREEN value IS 132 (51.95% from 255) = 24%
BLUE value IS 222 (87.11% from 255) = 40.36%
R=35.64%
G=24%
B=40.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1961322220.120.4100.13282.6757.6969.41
HexC484DEC290D11b3a45
Octal304204336145101543372105
Binary1100010010000100110111101100101001011011000110111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C484DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C484DE; }

 p { color: rgb(196,132,222); }

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

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

 a { background-color: rgb(196,132,222); }

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

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

 span { border-color: rgb(196,132,222); }

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