#CA8AD8

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

Shades of Wisteria #CA8AD8

Tints of Wisteria #CA8AD8

Color information

#CA8AD8 (or 0xCA8AD8) is unknown color: approx Wisteria. HEX triplet: CA, 8A and D8. RGB value is (202,138,216). Sum of RGB (Red+Green+Blue) = 202+138+216=556 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.33% from 556); Green value is 138 (54.30% from 255 or 24.82% from 556); Blue value is 216 (84.77% from 255 or 38.85% from 556); Max value from RGB is 216 - color contains mainly: blue. Hex color #CA8AD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8AD8 is #357527. Grayscale: #A5A5A5. Windows color (decimal): -3503400 or 14191306. OLE color: 14191306.

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

Color convert

RGB202138216-
CMYK0.060.3600.15
HSL289.23º50%69.41%-
HSV(B)289.23º36.11%84.71%-
XYZ45.8435.6969.44-
YUV166.03156.2153.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.33%
GREEN value IS 138 (54.30% from 255) = 24.82%
BLUE value IS 216 (84.77% from 255) = 38.85%
R=36.33%
G=24.82%
B=38.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021382160.060.3600.15289.235069.41
HexCA8AD86240F1213245
Octal31221233064401744162105
Binary110010101000101011011000110100100011111001000011100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8AD8; }

 p { color: rgb(202,138,216); }

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

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

 a { background-color: rgb(202,138,216); }

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

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

 span { border-color: rgb(202,138,216); }

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