#C292D5

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

Shades of Wisteria #C292D5

Tints of Wisteria #C292D5

Color information

#C292D5 (or 0xC292D5) is unknown color: approx Wisteria. HEX triplet: C2, 92 and D5. RGB value is (194,146,213). Sum of RGB (Red+Green+Blue) = 194+146+213=553 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.08% from 553); Green value is 146 (57.42% from 255 or 26.40% from 553); Blue value is 213 (83.59% from 255 or 38.52% from 553); Max value from RGB is 213 - color contains mainly: blue. Hex color #C292D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C292D5 is #3D6D2A. Grayscale: #A7A7A7. Windows color (decimal): -4025643 or 13996738. OLE color: 13996738.

HSL color Cylindrical-coordinate representation of color #C292D5: hue angle of 282.99º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C292D5 is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB194146213-
CMYK0.090.3100.16
HSL282.99º44.37%70.39%-
HSV(B)282.99º31.46%83.53%-
XYZ44.5436.8367.71-
YUV167.99153.4146.55-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.08%
GREEN value IS 146 (57.42% from 255) = 26.40%
BLUE value IS 213 (83.59% from 255) = 38.52%
R=35.08%
G=26.40%
B=38.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1941462130.090.3100.16282.9944.3770.39
HexC292D591F01011b2c46
Octal302222325113702043354106
Binary1100001010010010110101011001111110100001000110111011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C292D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C292D5; }

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

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

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

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

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

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

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

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