#C292ED

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

Shades of Wisteria #C292ED

Tints of Wisteria #C292ED

Color information

#C292ED (or 0xC292ED) is unknown color: approx Wisteria. HEX triplet: C2, 92 and ED. RGB value is (194,146,237). Sum of RGB (Red+Green+Blue) = 194+146+237=577 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.62% from 577); Green value is 146 (57.42% from 255 or 25.30% from 577); Blue value is 237 (92.97% from 255 or 41.07% from 577); Max value from RGB is 237 - color contains mainly: blue. Hex color #C292ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C292ED is #3D6D12. Grayscale: #AAAAAA. Windows color (decimal): -4025619 or 15569602. OLE color: 15569602.

HSL color Cylindrical-coordinate representation of color #C292ED: hue angle of 271.65º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C292ED is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB194146237-
CMYK0.180.3800.07
HSL271.65º71.65%75.1%-
HSV(B)271.65º38.4%92.94%-
XYZ47.8138.1484.96-
YUV170.73165.4144.6-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.62%
GREEN value IS 146 (57.42% from 255) = 25.30%
BLUE value IS 237 (92.97% from 255) = 41.07%
R=33.62%
G=25.30%
B=41.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1941462370.180.3800.07271.6571.6575.1
HexC292ED122607110484b
Octal302222355224607420110113
Binary11000010100100101110110110010100110011110001000010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C292ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C292ED; }

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

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

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

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

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

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

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

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