#CA85DA

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

Shades of Wisteria #CA85DA

Tints of Wisteria #CA85DA

Color information

#CA85DA (or 0xCA85DA) is unknown color: approx Wisteria. HEX triplet: CA, 85 and DA. RGB value is (202,133,218). Sum of RGB (Red+Green+Blue) = 202+133+218=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 133 (52.34% from 255 or 24.05% from 553); Blue value is 218 (85.55% from 255 or 39.42% from 553); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA85DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA85DA is #357A25. Grayscale: #A3A3A3. Windows color (decimal): -3504678 or 14321098. OLE color: 14321098.

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

Color convert

RGB202133218-
CMYK0.070.3900.15
HSL288.71º53.46%68.82%-
HSV(B)288.71º38.99%85.49%-
XYZ45.434.3970.58-
YUV163.32158.86155.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.53%
GREEN value IS 133 (52.34% from 255) = 24.05%
BLUE value IS 218 (85.55% from 255) = 39.42%
R=36.53%
G=24.05%
B=39.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021332180.070.3900.15288.7153.4668.82
HexCA85DA7270F1213545
Octal31220533274701744165105
Binary110010101000010111011010111100111011111001000011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA85DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA85DA; }

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

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

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

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

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

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

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

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