#CA9BD4

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

Shades of Wisteria #CA9BD4

Tints of Wisteria #CA9BD4

Color information

#CA9BD4 (or 0xCA9BD4) is unknown color: approx Wisteria. HEX triplet: CA, 9B and D4. RGB value is (202,155,212). Sum of RGB (Red+Green+Blue) = 202+155+212=569 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.50% from 569); Green value is 155 (60.94% from 255 or 27.24% from 569); Blue value is 212 (83.20% from 255 or 37.26% from 569); Max value from RGB is 212 - color contains mainly: blue. Hex color #CA9BD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9BD4 is #35642B. Grayscale: #AFAFAF. Windows color (decimal): -3499052 or 13933514. OLE color: 13933514.

HSL color Cylindrical-coordinate representation of color #CA9BD4: hue angle of 289.47º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CA9BD4 is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB202155212-
CMYK0.050.2700.17
HSL289.47º39.86%71.96%-
HSV(B)289.47º26.89%83.14%-
XYZ47.9640.7567.63-
YUV175.55148.57146.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.50%
GREEN value IS 155 (60.94% from 255) = 27.24%
BLUE value IS 212 (83.20% from 255) = 37.26%
R=35.50%
G=27.24%
B=37.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2021552120.050.2700.17289.4739.8671.96
HexCA9BD451B0111212848
Octal31223332453302144150110
Binary110010101001101111010100101110110100011001000011010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9BD4; }

 p { color: rgb(202,155,212); }

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

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

 a { background-color: rgb(202,155,212); }

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

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

 span { border-color: rgb(202,155,212); }

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