#C29CCD

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

Shades of Wisteria #C29CCD

Tints of Wisteria #C29CCD

Color information

#C29CCD (or 0xC29CCD) is unknown color: approx Wisteria. HEX triplet: C2, 9C and CD. RGB value is (194,156,205). Sum of RGB (Red+Green+Blue) = 194+156+205=555 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.95% from 555); Green value is 156 (61.33% from 255 or 28.11% from 555); Blue value is 205 (80.47% from 255 or 36.94% from 555); Max value from RGB is 205 - color contains mainly: blue. Hex color #C29CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29CCD is #3D6332. Grayscale: #ACACAC. Windows color (decimal): -4023091 or 13475010. OLE color: 13475010.

HSL color Cylindrical-coordinate representation of color #C29CCD: hue angle of 286.53º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C29CCD is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB194156205-
CMYK0.050.2400.20
HSL286.53º32.89%70.78%-
HSV(B)286.53º23.9%80.39%-
XYZ45.1639.6563.03-
YUV172.95146.09143.02-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.95%
GREEN value IS 156 (61.33% from 255) = 28.11%
BLUE value IS 205 (80.47% from 255) = 36.94%
R=34.95%
G=28.11%
B=36.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1941562050.050.2400.20286.5332.8970.78
HexC29CCD51801411f2147
Octal30223431553002443741107
Binary110000101001110011001101101110000101001000111111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29CCD; }

 p { color: rgb(194,156,205); }

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

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

 a { background-color: rgb(194,156,205); }

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

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

 span { border-color: rgb(194,156,205); }

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