#C488EF

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

Shades of Wisteria #C488EF

Tints of Wisteria #C488EF

Color information

#C488EF (or 0xC488EF) is unknown color: approx Wisteria. HEX triplet: C4, 88 and EF. RGB value is (196,136,239). Sum of RGB (Red+Green+Blue) = 196+136+239=571 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.33% from 571); Green value is 136 (53.52% from 255 or 23.82% from 571); Blue value is 239 (93.75% from 255 or 41.86% from 571); Max value from RGB is 239 - color contains mainly: blue. Hex color #C488EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C488EF is #3B7710. Grayscale: #A5A5A5. Windows color (decimal): -3897105 or 15698116. OLE color: 15698116.

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

Color convert

RGB196136239-
CMYK0.180.4300.06
HSL274.95º76.3%73.53%-
HSV(B)274.95º43.1%93.73%-
XYZ47.1535.5886.04-
YUV165.68169.38149.62-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.33%
GREEN value IS 136 (53.52% from 255) = 23.82%
BLUE value IS 239 (93.75% from 255) = 41.86%
R=34.33%
G=23.82%
B=41.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1961362390.180.4300.06274.9576.373.53
HexC488EF122B061134c4a
Octal304210357225306423114112
Binary11000100100010001110111110010101011011010001001110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C488EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C488EF; }

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

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

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

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

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

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

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

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