#CA88DA

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

Shades of Wisteria #CA88DA

Tints of Wisteria #CA88DA

Color information

#CA88DA (or 0xCA88DA) is unknown color: approx Wisteria. HEX triplet: CA, 88 and DA. RGB value is (202,136,218). Sum of RGB (Red+Green+Blue) = 202+136+218=556 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.33% from 556); Green value is 136 (53.52% from 255 or 24.46% from 556); Blue value is 218 (85.55% from 255 or 39.21% from 556); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA88DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA88DA is #357725. Grayscale: #A4A4A4. Windows color (decimal): -3503910 or 14321866. OLE color: 14321866.

HSL color Cylindrical-coordinate representation of color #CA88DA: hue angle of 288.29º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CA88DA is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB202136218-
CMYK0.070.3800.15
HSL288.29º52.56%69.41%-
HSV(B)288.29º37.61%85.49%-
XYZ45.8235.2370.71-
YUV165.08157.87154.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.33%
GREEN value IS 136 (53.52% from 255) = 24.46%
BLUE value IS 218 (85.55% from 255) = 39.21%
R=36.33%
G=24.46%
B=39.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021362180.070.3800.15288.2952.5669.41
HexCA88DA7260F1203545
Octal31221033274601744065105
Binary110010101000100011011010111100110011111001000001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA88DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA88DA; }

 p { color: rgb(202,136,218); }

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

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

 a { background-color: rgb(202,136,218); }

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

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

 span { border-color: rgb(202,136,218); }

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