#C484EE

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

Shades of Wisteria #C484EE

Tints of Wisteria #C484EE

Color information

#C484EE (or 0xC484EE) is unknown color: approx Wisteria. HEX triplet: C4, 84 and EE. RGB value is (196,132,238). Sum of RGB (Red+Green+Blue) = 196+132+238=566 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.63% from 566); Green value is 132 (51.95% from 255 or 23.32% from 566); Blue value is 238 (93.36% from 255 or 42.05% from 566); Max value from RGB is 238 - color contains mainly: blue. Hex color #C484EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C484EE is #3B7B11. Grayscale: #A2A2A2. Windows color (decimal): -3898130 or 15631556. OLE color: 15631556.

HSL color Cylindrical-coordinate representation of color #C484EE: hue angle of 276.23º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C484EE is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB196132238-
CMYK0.180.4500.07
HSL276.23º75.71%72.55%-
HSV(B)276.23º44.54%93.33%-
XYZ46.4534.4185.08-
YUV163.22170.2151.38-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.63%
GREEN value IS 132 (51.95% from 255) = 23.32%
BLUE value IS 238 (93.36% from 255) = 42.05%
R=34.63%
G=23.32%
B=42.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1961322380.180.4500.07276.2375.7172.55
HexC484EE122D071144c49
Octal304204356225507424114111
Binary11000100100001001110111010010101101011110001010010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C484EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C484EE; }

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

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

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

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

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

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

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

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