#CA9CDD

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

Shades of Wisteria #CA9CDD

Tints of Wisteria #CA9CDD

Color information

#CA9CDD (or 0xCA9CDD) is unknown color: approx Wisteria. HEX triplet: CA, 9C and DD. RGB value is (202,156,221). Sum of RGB (Red+Green+Blue) = 202+156+221=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 156 (61.33% from 255 or 26.94% from 579); Blue value is 221 (86.72% from 255 or 38.17% from 579); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA9CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9CDD is #356322. Grayscale: #B0B0B0. Windows color (decimal): -3498787 or 14523594. OLE color: 14523594.

HSL color Cylindrical-coordinate representation of color #CA9CDD: hue angle of 282.46º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CA9CDD is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB202156221-
CMYK0.090.2900.13
HSL282.46º48.87%73.92%-
HSV(B)282.46º29.41%86.67%-
XYZ49.341.5573.83-
YUV177.16152.74145.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.89%
GREEN value IS 156 (61.33% from 255) = 26.94%
BLUE value IS 221 (86.72% from 255) = 38.17%
R=34.89%
G=26.94%
B=38.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021562210.090.2900.13282.4648.8773.92
HexCA9CDD91D0D11a314a
Octal312234335113501543261112
Binary110010101001110011011101100111101011011000110101100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9CDD; }

 p { color: rgb(202,156,221); }

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

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

 a { background-color: rgb(202,156,221); }

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

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

 span { border-color: rgb(202,156,221); }

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