#C488EA

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

Shades of Wisteria #C488EA

Tints of Wisteria #C488EA

Color information

#C488EA (or 0xC488EA) is unknown color: approx Wisteria. HEX triplet: C4, 88 and EA. RGB value is (196,136,234). Sum of RGB (Red+Green+Blue) = 196+136+234=566 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.63% from 566); Green value is 136 (53.52% from 255 or 24.03% from 566); Blue value is 234 (91.80% from 255 or 41.34% from 566); Max value from RGB is 234 - color contains mainly: blue. Hex color #C488EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C488EA is #3B7715. Grayscale: #A4A4A4. Windows color (decimal): -3897110 or 15370436. OLE color: 15370436.

HSL color Cylindrical-coordinate representation of color #C488EA: hue angle of 276.73º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C488EA is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB196136234-
CMYK0.160.4200.08
HSL276.73º70%72.55%-
HSV(B)276.73º41.88%91.76%-
XYZ46.4235.2882.21-
YUV165.11166.88150.03-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.63%
GREEN value IS 136 (53.52% from 255) = 24.03%
BLUE value IS 234 (91.80% from 255) = 41.34%
R=34.63%
G=24.03%
B=41.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1961362340.160.4200.08276.737072.55
HexC488EA102A081154649
Octal3042103522052010425106111
Binary110001001000100011101010100001010100100010001010110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C488EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C488EA; }

 p { color: rgb(196,136,234); }

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

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

 a { background-color: rgb(196,136,234); }

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

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

 span { border-color: rgb(196,136,234); }

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