#CA91DC

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

Shades of Wisteria #CA91DC

Tints of Wisteria #CA91DC

Color information

#CA91DC (or 0xCA91DC) is unknown color: approx Wisteria. HEX triplet: CA, 91 and DC. RGB value is (202,145,220). Sum of RGB (Red+Green+Blue) = 202+145+220=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 145 (57.03% from 255 or 25.57% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA91DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA91DC is #356E23. Grayscale: #AAAAAA. Windows color (decimal): -3501604 or 14455242. OLE color: 14455242.

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

Color convert

RGB202145220-
CMYK0.080.3400.14
HSL285.6º51.72%71.57%-
HSV(B)285.6º34.09%86.27%-
XYZ47.437.9772.54-
YUV170.59155.88150.4-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.63%
GREEN value IS 145 (57.03% from 255) = 25.57%
BLUE value IS 220 (86.33% from 255) = 38.80%
R=35.63%
G=25.57%
B=38.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2021452200.080.3400.14285.651.7271.57
HexCA91DC8220E11e3448
Octal312221334104201643664110
Binary1100101010010001110111001000100010011101000111101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA91DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA91DC; }

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

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

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

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

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

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

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

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