#C495D1

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

Shades of Wisteria #C495D1

Tints of Wisteria #C495D1

Color information

#C495D1 (or 0xC495D1) is unknown color: approx Wisteria. HEX triplet: C4, 95 and D1. RGB value is (196,149,209). Sum of RGB (Red+Green+Blue) = 196+149+209=554 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.38% from 554); Green value is 149 (58.59% from 255 or 26.90% from 554); Blue value is 209 (82.03% from 255 or 37.73% from 554); Max value from RGB is 209 - color contains mainly: blue. Hex color #C495D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C495D1 is #3B6A2E. Grayscale: #A9A9A9. Windows color (decimal): -3893807 or 13735364. OLE color: 13735364.

HSL color Cylindrical-coordinate representation of color #C495D1: hue angle of 287º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C495D1 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB196149209-
CMYK0.060.2900.18
HSL287º39.47%70.2%-
HSV(B)287º28.71%81.96%-
XYZ45.0237.8365.25-
YUV169.89150.07146.62-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.38%
GREEN value IS 149 (58.59% from 255) = 26.90%
BLUE value IS 209 (82.03% from 255) = 37.73%
R=35.38%
G=26.90%
B=37.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1961492090.060.2900.1828739.4770.2
HexC495D161D01211f2746
Octal30422532163502243747106
Binary110001001001010111010001110111010100101000111111001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C495D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C495D1; }

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

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

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

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

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

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

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

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