#CA9BDC

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

Shades of Wisteria #CA9BDC

Tints of Wisteria #CA9BDC

Color information

#CA9BDC (or 0xCA9BDC) is unknown color: approx Wisteria. HEX triplet: CA, 9B and DC. RGB value is (202,155,220). Sum of RGB (Red+Green+Blue) = 202+155+220=577 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.01% from 577); Green value is 155 (60.94% from 255 or 26.86% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA9BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9BDC is #356423. Grayscale: #B0B0B0. Windows color (decimal): -3499044 or 14457802. OLE color: 14457802.

HSL color Cylindrical-coordinate representation of color #CA9BDC: hue angle of 283.38º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CA9BDC is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB202155220-
CMYK0.080.3000.14
HSL283.38º48.15%73.53%-
HSV(B)283.38º29.55%86.27%-
XYZ4941.1773.07-
YUV176.46152.57146.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.01%
GREEN value IS 155 (60.94% from 255) = 26.86%
BLUE value IS 220 (86.33% from 255) = 38.13%
R=35.01%
G=26.86%
B=38.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2021552200.080.3000.14283.3848.1573.53
HexCA9BDC81E0E11b304a
Octal312233334103601643360112
Binary110010101001101111011100100011110011101000110111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9BDC; }

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

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

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

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

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

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

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

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