#CA8DDD

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

Shades of Wisteria #CA8DDD

Tints of Wisteria #CA8DDD

Color information

#CA8DDD (or 0xCA8DDD) is unknown color: approx Wisteria. HEX triplet: CA, 8D and DD. RGB value is (202,141,221). Sum of RGB (Red+Green+Blue) = 202+141+221=564 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.82% from 564); Green value is 141 (55.47% from 255 or 25% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA8DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8DDD is #357222. Grayscale: #A8A8A8. Windows color (decimal): -3502627 or 14519754. OLE color: 14519754.

HSL color Cylindrical-coordinate representation of color #CA8DDD: hue angle of 285.75º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CA8DDD is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB202141221-
CMYK0.090.3600.13
HSL285.75º54.05%70.98%-
HSV(B)285.75º36.2%86.67%-
XYZ46.9336.8373.04-
YUV168.36157.71152-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.82%
GREEN value IS 141 (55.47% from 255) = 25%
BLUE value IS 221 (86.72% from 255) = 39.18%
R=35.82%
G=25%
B=39.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021412210.090.3600.13285.7554.0570.98
HexCA8DDD9240D11e3647
Octal312215335114401543666107
Binary1100101010001101110111011001100100011011000111101101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8DDD; }

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

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

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

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

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

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

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

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