#C395DC

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

Shades of Wisteria #C395DC

Tints of Wisteria #C395DC

Color information

#C395DC (or 0xC395DC) is unknown color: approx Wisteria. HEX triplet: C3, 95 and DC. RGB value is (195,149,220). Sum of RGB (Red+Green+Blue) = 195+149+220=564 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.57% from 564); Green value is 149 (58.59% from 255 or 26.42% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 220 - color contains mainly: blue. Hex color #C395DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C395DC is #3C6A23. Grayscale: #AAAAAA. Windows color (decimal): -3959332 or 14456259. OLE color: 14456259.

HSL color Cylindrical-coordinate representation of color #C395DC: hue angle of 278.87º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C395DC is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB195149220-
CMYK0.110.3200.14
HSL278.87º50.35%72.35%-
HSV(B)278.87º32.27%86.27%-
XYZ46.1738.2672.66-
YUV170.85155.74145.23-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.57%
GREEN value IS 149 (58.59% from 255) = 26.42%
BLUE value IS 220 (86.33% from 255) = 39.01%
R=34.57%
G=26.42%
B=39.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1951492200.110.3200.14278.8750.3572.35
HexC395DCB200E1173248
Octal303225334134001642762110
Binary1100001110010101110111001011100000011101000101111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C395DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C395DC; }

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

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

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

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

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

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

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

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