#C295E0

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

Shades of Wisteria #C295E0

Tints of Wisteria #C295E0

Color information

#C295E0 (or 0xC295E0) is unknown color: approx Wisteria. HEX triplet: C2, 95 and E0. RGB value is (194,149,224). Sum of RGB (Red+Green+Blue) = 194+149+224=567 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.22% from 567); Green value is 149 (58.59% from 255 or 26.28% from 567); Blue value is 224 (87.89% from 255 or 39.51% from 567); Max value from RGB is 224 - color contains mainly: blue. Hex color #C295E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C295E0 is #3D6A1F. Grayscale: #AAAAAA. Windows color (decimal): -4024864 or 14718402. OLE color: 14718402.

HSL color Cylindrical-coordinate representation of color #C295E0: hue angle of 276º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C295E0 is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB194149224-
CMYK0.130.3300.12
HSL276º54.74%73.14%-
HSV(B)276º33.48%87.84%-
XYZ46.4538.3575.47-
YUV171157.91144.4-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.22%
GREEN value IS 149 (58.59% from 255) = 26.28%
BLUE value IS 224 (87.89% from 255) = 39.51%
R=34.22%
G=26.28%
B=39.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1941492240.130.3300.1227654.7473.14
HexC295E0D210C1143749
Octal302225340154101442467111
Binary1100001010010101111000001101100001011001000101001101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C295E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C295E0; }

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

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

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

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

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

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

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

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