#C395DE

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

Shades of Wisteria #C395DE

Tints of Wisteria #C395DE

Color information

#C395DE (or 0xC395DE) is unknown color: approx Wisteria. HEX triplet: C3, 95 and DE. RGB value is (195,149,222). Sum of RGB (Red+Green+Blue) = 195+149+222=566 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.45% from 566); Green value is 149 (58.59% from 255 or 26.33% from 566); Blue value is 222 (87.11% from 255 or 39.22% from 566); Max value from RGB is 222 - color contains mainly: blue. Hex color #C395DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C395DE is #3C6A21. Grayscale: #AAAAAA. Windows color (decimal): -3959330 or 14587331. OLE color: 14587331.

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

Color convert

RGB195149222-
CMYK0.120.3300.13
HSL277.81º52.52%72.75%-
HSV(B)277.81º32.88%87.06%-
XYZ46.4438.3774.07-
YUV171.08156.74145.06-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.45%
GREEN value IS 149 (58.59% from 255) = 26.33%
BLUE value IS 222 (87.11% from 255) = 39.22%
R=34.45%
G=26.33%
B=39.22%

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
Decimal1951492220.120.3300.13277.8152.5272.75
HexC395DEC210D1163549
Octal303225336144101542665111
Binary1100001110010101110111101100100001011011000101101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C395DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C395DE; }

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

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

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

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

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

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

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

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