#C292DD

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

Shades of Wisteria #C292DD

Tints of Wisteria #C292DD

Color information

#C292DD (or 0xC292DD) is unknown color: approx Wisteria. HEX triplet: C2, 92 and DD. RGB value is (194,146,221). Sum of RGB (Red+Green+Blue) = 194+146+221=561 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.58% from 561); Green value is 146 (57.42% from 255 or 26.02% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 221 - color contains mainly: blue. Hex color #C292DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C292DD is #3D6D22. Grayscale: #A8A8A8. Windows color (decimal): -4025635 or 14521026. OLE color: 14521026.

HSL color Cylindrical-coordinate representation of color #C292DD: hue angle of 278.4º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C292DD is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB194146221-
CMYK0.120.3400.13
HSL278.4º52.45%71.96%-
HSV(B)278.4º33.94%86.67%-
XYZ45.5837.2573.19-
YUV168.9157.4145.9-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.58%
GREEN value IS 146 (57.42% from 255) = 26.02%
BLUE value IS 221 (86.72% from 255) = 39.39%
R=34.58%
G=26.02%
B=39.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1941462210.120.3400.13278.452.4571.96
HexC292DDC220D1163448
Octal302222335144201542664110
Binary1100001010010010110111011100100010011011000101101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C292DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C292DD; }

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

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

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

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

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

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

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

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