#C292E1

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

Shades of Wisteria #C292E1

Tints of Wisteria #C292E1

Color information

#C292E1 (or 0xC292E1) is unknown color: approx Wisteria. HEX triplet: C2, 92 and E1. RGB value is (194,146,225). Sum of RGB (Red+Green+Blue) = 194+146+225=565 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.34% from 565); Green value is 146 (57.42% from 255 or 25.84% from 565); Blue value is 225 (88.28% from 255 or 39.82% from 565); Max value from RGB is 225 - color contains mainly: blue. Hex color #C292E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C292E1 is #3D6D1E. Grayscale: #A9A9A9. Windows color (decimal): -4025631 or 14783170. OLE color: 14783170.

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

Color convert

RGB194146225-
CMYK0.140.3500.12
HSL276.46º56.83%72.75%-
HSV(B)276.46º35.11%88.24%-
XYZ46.1237.4676.03-
YUV169.36159.4145.58-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.34%
GREEN value IS 146 (57.42% from 255) = 25.84%
BLUE value IS 225 (88.28% from 255) = 39.82%
R=34.34%
G=25.84%
B=39.82%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1941462250.140.3500.12276.4656.8372.75
HexC292E1E230C1143949
Octal302222341164301442471111
Binary1100001010010010111000011110100011011001000101001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C292E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C292E1; }

 p { color: rgb(194,146,225); }

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

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

 a { background-color: rgb(194,146,225); }

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

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

 span { border-color: rgb(194,146,225); }

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