#CA9CDC

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

Shades of Wisteria #CA9CDC

Tints of Wisteria #CA9CDC

Color information

#CA9CDC (or 0xCA9CDC) is unknown color: approx Wisteria. HEX triplet: CA, 9C and DC. RGB value is (202,156,220). Sum of RGB (Red+Green+Blue) = 202+156+220=578 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.95% from 578); Green value is 156 (61.33% from 255 or 26.99% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA9CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9CDC is #356323. Grayscale: #B0B0B0. Windows color (decimal): -3498788 or 14458058. OLE color: 14458058.

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

Color convert

RGB202156220-
CMYK0.080.2900.14
HSL283.12º47.76%73.73%-
HSV(B)283.12º29.09%86.27%-
XYZ49.1641.573.13-
YUV177.05152.24145.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.95%
GREEN value IS 156 (61.33% from 255) = 26.99%
BLUE value IS 220 (86.33% from 255) = 38.06%
R=34.95%
G=26.99%
B=38.06%

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
Decimal2021562200.080.2900.14283.1247.7673.73
HexCA9CDC81D0E11b304a
Octal312234334103501643360112
Binary110010101001110011011100100011101011101000110111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9CDC; }

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

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

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

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

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

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

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

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