#C295DA

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

Shades of Wisteria #C295DA

Tints of Wisteria #C295DA

Color information

#C295DA (or 0xC295DA) is unknown color: approx Wisteria. HEX triplet: C2, 95 and DA. RGB value is (194,149,218). Sum of RGB (Red+Green+Blue) = 194+149+218=561 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.58% from 561); Green value is 149 (58.59% from 255 or 26.56% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 218 - color contains mainly: blue. Hex color #C295DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C295DA is #3D6A25. Grayscale: #AAAAAA. Windows color (decimal): -4024870 or 14325186. OLE color: 14325186.

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

Color convert

RGB194149218-
CMYK0.110.3200.15
HSL279.13º48.25%71.96%-
HSV(B)279.13º31.65%85.49%-
XYZ45.6538.0371.26-
YUV170.32154.91144.89-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.58%
GREEN value IS 149 (58.59% from 255) = 26.56%
BLUE value IS 218 (85.55% from 255) = 38.86%
R=34.58%
G=26.56%
B=38.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1941492180.110.3200.15279.1348.2571.96
HexC295DAB200F1173048
Octal302225332134001742760110
Binary1100001010010101110110101011100000011111000101111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C295DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C295DA; }

 p { color: rgb(194,149,218); }

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

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

 a { background-color: rgb(194,149,218); }

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

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

 span { border-color: rgb(194,149,218); }

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