#C488DF

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

Shades of Wisteria #C488DF

Tints of Wisteria #C488DF

Color information

#C488DF (or 0xC488DF) is unknown color: approx Wisteria. HEX triplet: C4, 88 and DF. RGB value is (196,136,223). Sum of RGB (Red+Green+Blue) = 196+136+223=555 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.32% from 555); Green value is 136 (53.52% from 255 or 24.50% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 223 - color contains mainly: blue. Hex color #C488DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C488DF is #3B7720. Grayscale: #A3A3A3. Windows color (decimal): -3897121 or 14649540. OLE color: 14649540.

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

Color convert

RGB196136223-
CMYK0.120.3900.13
HSL281.38º57.62%70.39%-
HSV(B)281.38º39.01%87.45%-
XYZ44.8934.6774.14-
YUV163.86161.38150.93-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.32%
GREEN value IS 136 (53.52% from 255) = 24.50%
BLUE value IS 223 (87.5% from 255) = 40.18%
R=35.32%
G=24.50%
B=40.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1961362230.120.3900.13281.3857.6270.39
HexC488DFC270D1193a46
Octal304210337144701543172106
Binary1100010010001000110111111100100111011011000110011110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C488DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C488DF; }

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

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

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

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

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

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

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

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