#C295DD

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

Shades of Wisteria #C295DD

Tints of Wisteria #C295DD

Color information

#C295DD (or 0xC295DD) is unknown color: approx Wisteria. HEX triplet: C2, 95 and DD. RGB value is (194,149,221). Sum of RGB (Red+Green+Blue) = 194+149+221=564 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.40% from 564); Green value is 149 (58.59% from 255 or 26.42% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 221 - color contains mainly: blue. Hex color #C295DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C295DD is #3D6A22. Grayscale: #AAAAAA. Windows color (decimal): -4024867 or 14521794. OLE color: 14521794.

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

Color convert

RGB194149221-
CMYK0.120.3300.13
HSL277.5º51.43%72.55%-
HSV(B)277.5º32.58%86.67%-
XYZ46.0538.1873.35-
YUV170.66156.41144.65-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.40%
GREEN value IS 149 (58.59% from 255) = 26.42%
BLUE value IS 221 (86.72% from 255) = 39.18%
R=34.40%
G=26.42%
B=39.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1941492210.120.3300.13277.551.4372.55
HexC295DDC210D1163349
Octal302225335144101542663111
Binary1100001010010101110111011100100001011011000101101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C295DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C295DD; }

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

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

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

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

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

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

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

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