#C495DE

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

Shades of Wisteria #C495DE

Tints of Wisteria #C495DE

Color information

#C495DE (or 0xC495DE) is unknown color: approx Wisteria. HEX triplet: C4, 95 and DE. RGB value is (196,149,222). Sum of RGB (Red+Green+Blue) = 196+149+222=567 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.57% from 567); Green value is 149 (58.59% from 255 or 26.28% from 567); Blue value is 222 (87.11% from 255 or 39.15% from 567); Max value from RGB is 222 - color contains mainly: blue. Hex color #C495DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C495DE is #3B6A21. Grayscale: #ABABAB. Windows color (decimal): -3893794 or 14587332. OLE color: 14587332.

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

Color convert

RGB196149222-
CMYK0.120.3300.13
HSL278.63º52.52%72.75%-
HSV(B)278.63º32.88%87.06%-
XYZ46.738.574.08-
YUV171.38156.57145.56-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.57%
GREEN value IS 149 (58.59% from 255) = 26.28%
BLUE value IS 222 (87.11% from 255) = 39.15%
R=34.57%
G=26.28%
B=39.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1961492220.120.3300.13278.6352.5272.75
HexC495DEC210D1173549
Octal304225336144101542765111
Binary1100010010010101110111101100100001011011000101111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C495DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C495DE; }

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

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

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

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

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

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

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

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