#CA9CDA

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

Shades of Wisteria #CA9CDA

Tints of Wisteria #CA9CDA

Color information

#CA9CDA (or 0xCA9CDA) is unknown color: approx Wisteria. HEX triplet: CA, 9C and DA. RGB value is (202,156,218). Sum of RGB (Red+Green+Blue) = 202+156+218=576 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.07% from 576); Green value is 156 (61.33% from 255 or 27.08% from 576); Blue value is 218 (85.55% from 255 or 37.85% from 576); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA9CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9CDA is #356325. Grayscale: #B0B0B0. Windows color (decimal): -3498790 or 14326986. OLE color: 14326986.

HSL color Cylindrical-coordinate representation of color #CA9CDA: hue angle of 284.52º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CA9CDA is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB202156218-
CMYK0.070.2800.15
HSL284.52º45.59%73.33%-
HSV(B)284.52º28.44%85.49%-
XYZ48.941.471.74-
YUV176.82151.24145.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.07%
GREEN value IS 156 (61.33% from 255) = 27.08%
BLUE value IS 218 (85.55% from 255) = 37.85%
R=35.07%
G=27.08%
B=37.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021562180.070.2800.15284.5245.5973.33
HexCA9CDA71C0F11d2e49
Octal31223433273401743556111
Binary11001010100111001101101011111100011111000111011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9CDA; }

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

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

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

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

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

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

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

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