#C295EB

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

Shades of Wisteria #C295EB

Tints of Wisteria #C295EB

Color information

#C295EB (or 0xC295EB) is unknown color: approx Wisteria. HEX triplet: C2, 95 and EB. RGB value is (194,149,235). Sum of RGB (Red+Green+Blue) = 194+149+235=578 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.56% from 578); Green value is 149 (58.59% from 255 or 25.78% from 578); Blue value is 235 (92.19% from 255 or 40.66% from 578); Max value from RGB is 235 - color contains mainly: blue. Hex color #C295EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C295EB is #3D6A14. Grayscale: #ABABAB. Windows color (decimal): -4024853 or 15439298. OLE color: 15439298.

HSL color Cylindrical-coordinate representation of color #C295EB: hue angle of 271.4º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C295EB is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB194149235-
CMYK0.170.3700.08
HSL271.4º68.25%75.29%-
HSV(B)271.4º36.6%92.16%-
XYZ47.9938.9683.59-
YUV172.26163.41143.51-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.56%
GREEN value IS 149 (58.59% from 255) = 25.78%
BLUE value IS 235 (92.19% from 255) = 40.66%
R=33.56%
G=25.78%
B=40.66%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1941492350.170.3700.08271.468.2575.29
HexC295EB11250810f444b
Octal3022253532145010417104113
Binary110000101001010111101011100011001010100010000111110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C295EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C295EB; }

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

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

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

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

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

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

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

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