#CA9BDD

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

Shades of Wisteria #CA9BDD

Tints of Wisteria #CA9BDD

Color information

#CA9BDD (or 0xCA9BDD) is unknown color: approx Wisteria. HEX triplet: CA, 9B and DD. RGB value is (202,155,221). Sum of RGB (Red+Green+Blue) = 202+155+221=578 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.95% from 578); Green value is 155 (60.94% from 255 or 26.82% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA9BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9BDD is #356422. Grayscale: #B0B0B0. Windows color (decimal): -3499043 or 14523338. OLE color: 14523338.

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

Color convert

RGB202155221-
CMYK0.090.3000.13
HSL282.73º49.25%73.73%-
HSV(B)282.73º29.86%86.67%-
XYZ49.1341.2273.77-
YUV176.58153.07146.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.95%
GREEN value IS 155 (60.94% from 255) = 26.82%
BLUE value IS 221 (86.72% from 255) = 38.24%
R=34.95%
G=26.82%
B=38.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021552210.090.3000.13282.7349.2573.73
HexCA9BDD91E0D11b314a
Octal312233335113601543361112
Binary110010101001101111011101100111110011011000110111100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9BDD; }

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

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

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

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

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

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

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

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