#CA9BDB

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

Shades of Wisteria #CA9BDB

Tints of Wisteria #CA9BDB

Color information

#CA9BDB (or 0xCA9BDB) is unknown color: approx Wisteria. HEX triplet: CA, 9B and DB. RGB value is (202,155,219). Sum of RGB (Red+Green+Blue) = 202+155+219=576 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.07% from 576); Green value is 155 (60.94% from 255 or 26.91% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA9BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9BDB is #356424. Grayscale: #B0B0B0. Windows color (decimal): -3499045 or 14392266. OLE color: 14392266.

HSL color Cylindrical-coordinate representation of color #CA9BDB: hue angle of 284.06º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CA9BDB is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB202155219-
CMYK0.080.2900.14
HSL284.06º47.06%73.33%-
HSV(B)284.06º29.22%85.88%-
XYZ48.8641.1172.38-
YUV176.35152.07146.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.07%
GREEN value IS 155 (60.94% from 255) = 26.91%
BLUE value IS 219 (85.94% from 255) = 38.02%
R=35.07%
G=26.91%
B=38.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2021552190.080.2900.14284.0647.0673.33
HexCA9BDB81D0E11c2f49
Octal312233333103501643457111
Binary110010101001101111011011100011101011101000111001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9BDB; }

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

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

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

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

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

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

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

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