#C295DE

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

Shades of Wisteria #C295DE

Tints of Wisteria #C295DE

Color information

#C295DE (or 0xC295DE) is unknown color: approx Wisteria. HEX triplet: C2, 95 and DE. RGB value is (194,149,222). Sum of RGB (Red+Green+Blue) = 194+149+222=565 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.34% from 565); Green value is 149 (58.59% from 255 or 26.37% from 565); Blue value is 222 (87.11% from 255 or 39.29% from 565); Max value from RGB is 222 - color contains mainly: blue. Hex color #C295DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C295DE is #3D6A21. Grayscale: #AAAAAA. Windows color (decimal): -4024866 or 14587330. OLE color: 14587330.

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

Color convert

RGB194149222-
CMYK0.130.3300.13
HSL276.99º52.52%72.75%-
HSV(B)276.99º32.88%87.06%-
XYZ46.1838.2474.05-
YUV170.78156.91144.56-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.34%
GREEN value IS 149 (58.59% from 255) = 26.37%
BLUE value IS 222 (87.11% from 255) = 39.29%
R=34.34%
G=26.37%
B=39.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1941492220.130.3300.13276.9952.5272.75
HexC295DED210D1153549
Octal302225336154101542565111
Binary1100001010010101110111101101100001011011000101011101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C295DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C295DE; }

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

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

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

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

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

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

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

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