#C484EF

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

Shades of Wisteria #C484EF

Tints of Wisteria #C484EF

Color information

#C484EF (or 0xC484EF) is unknown color: approx Wisteria. HEX triplet: C4, 84 and EF. RGB value is (196,132,239). Sum of RGB (Red+Green+Blue) = 196+132+239=567 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.57% from 567); Green value is 132 (51.95% from 255 or 23.28% from 567); Blue value is 239 (93.75% from 255 or 42.15% from 567); Max value from RGB is 239 - color contains mainly: blue. Hex color #C484EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C484EF is #3B7B10. Grayscale: #A2A2A2. Windows color (decimal): -3898129 or 15697092. OLE color: 15697092.

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

Color convert

RGB196132239-
CMYK0.180.4500.06
HSL275.89º76.98%72.75%-
HSV(B)275.89º44.77%93.73%-
XYZ46.634.4785.86-
YUV163.33170.7151.3-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.57%
GREEN value IS 132 (51.95% from 255) = 23.28%
BLUE value IS 239 (93.75% from 255) = 42.15%
R=34.57%
G=23.28%
B=42.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1961322390.180.4500.06275.8976.9872.75
HexC484EF122D061144d49
Octal304204357225506424115111
Binary11000100100001001110111110010101101011010001010010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C484EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C484EF; }

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

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

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

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

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

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

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

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