#CA8ADA

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

Shades of Wisteria #CA8ADA

Tints of Wisteria #CA8ADA

Color information

#CA8ADA (or 0xCA8ADA) is unknown color: approx Wisteria. HEX triplet: CA, 8A and DA. RGB value is (202,138,218). Sum of RGB (Red+Green+Blue) = 202+138+218=558 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.20% from 558); Green value is 138 (54.30% from 255 or 24.73% from 558); Blue value is 218 (85.55% from 255 or 39.07% from 558); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA8ADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8ADA is #357525. Grayscale: #A5A5A5. Windows color (decimal): -3503398 or 14322378. OLE color: 14322378.

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

Color convert

RGB202138218-
CMYK0.070.3700.15
HSL288º51.95%69.8%-
HSV(B)288º36.7%85.49%-
XYZ46.135.870.81-
YUV166.26157.2153.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.20%
GREEN value IS 138 (54.30% from 255) = 24.73%
BLUE value IS 218 (85.55% from 255) = 39.07%
R=36.20%
G=24.73%
B=39.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021382180.070.3700.1528851.9569.8
HexCA8ADA7250F1203446
Octal31221233274501744064106
Binary110010101000101011011010111100101011111001000001101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8ADA; }

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

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

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

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

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

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

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

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