#CA8DDA

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

Shades of Wisteria #CA8DDA

Tints of Wisteria #CA8DDA

Color information

#CA8DDA (or 0xCA8DDA) is unknown color: approx Wisteria. HEX triplet: CA, 8D and DA. RGB value is (202,141,218). Sum of RGB (Red+Green+Blue) = 202+141+218=561 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.01% from 561); Green value is 141 (55.47% from 255 or 25.13% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA8DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8DDA is #357225. Grayscale: #A7A7A7. Windows color (decimal): -3502630 or 14323146. OLE color: 14323146.

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

Color convert

RGB202141218-
CMYK0.070.3500.15
HSL287.53º50.99%70.39%-
HSV(B)287.53º35.32%85.49%-
XYZ46.5436.6770.95-
YUV168.02156.21152.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.01%
GREEN value IS 141 (55.47% from 255) = 25.13%
BLUE value IS 218 (85.55% from 255) = 38.86%
R=36.01%
G=25.13%
B=38.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021412180.070.3500.15287.5350.9970.39
HexCA8DDA7230F1203346
Octal31221533274301744063106
Binary110010101000110111011010111100011011111001000001100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8DDA; }

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

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

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

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

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

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

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

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