#CA8ADD

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

Shades of Wisteria #CA8ADD

Tints of Wisteria #CA8ADD

Color information

#CA8ADD (or 0xCA8ADD) is unknown color: approx Wisteria. HEX triplet: CA, 8A and DD. RGB value is (202,138,221). Sum of RGB (Red+Green+Blue) = 202+138+221=561 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.01% from 561); Green value is 138 (54.30% from 255 or 24.60% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA8ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8ADD is #357522. Grayscale: #A6A6A6. Windows color (decimal): -3503395 or 14518986. OLE color: 14518986.

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

Color convert

RGB202138221-
CMYK0.090.3800.13
HSL286.27º54.97%70.39%-
HSV(B)286.27º37.56%86.67%-
XYZ46.535.9572.9-
YUV166.6158.7153.25-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.01%
GREEN value IS 138 (54.30% from 255) = 24.60%
BLUE value IS 221 (86.72% from 255) = 39.39%
R=36.01%
G=24.60%
B=39.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021382210.090.3800.13286.2754.9770.39
HexCA8ADD9260D11e3746
Octal312212335114601543667106
Binary1100101010001010110111011001100110011011000111101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8ADD; }

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

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

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

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

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

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

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

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