#C488DE

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

Shades of Wisteria #C488DE

Tints of Wisteria #C488DE

Color information

#C488DE (or 0xC488DE) is unknown color: approx Wisteria. HEX triplet: C4, 88 and DE. RGB value is (196,136,222). Sum of RGB (Red+Green+Blue) = 196+136+222=554 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.38% from 554); Green value is 136 (53.52% from 255 or 24.55% from 554); Blue value is 222 (87.11% from 255 or 40.07% from 554); Max value from RGB is 222 - color contains mainly: blue. Hex color #C488DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C488DE is #3B7721. Grayscale: #A3A3A3. Windows color (decimal): -3897122 or 14584004. OLE color: 14584004.

HSL color Cylindrical-coordinate representation of color #C488DE: hue angle of 281.86º degrees, saturation: 0.57, 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 #C488DE is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB196136222-
CMYK0.120.3900.13
HSL281.86º56.58%70.2%-
HSV(B)281.86º38.74%87.06%-
XYZ44.7534.6273.43-
YUV163.74160.88151.01-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.38%
GREEN value IS 136 (53.52% from 255) = 24.55%
BLUE value IS 222 (87.11% from 255) = 40.07%
R=35.38%
G=24.55%
B=40.07%

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
Decimal1961362220.120.3900.13281.8656.5870.2
HexC488DEC270D11a3946
Octal304210336144701543271106
Binary1100010010001000110111101100100111011011000110101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C488DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C488DE; }

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

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

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

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

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

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

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

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