#CA9EEA

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

Shades of Wisteria #CA9EEA

Tints of Wisteria #CA9EEA

Color information

#CA9EEA (or 0xCA9EEA) is unknown color: approx Wisteria. HEX triplet: CA, 9E and EA. RGB value is (202,158,234). Sum of RGB (Red+Green+Blue) = 202+158+234=594 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.01% from 594); Green value is 158 (62.11% from 255 or 26.60% from 594); Blue value is 234 (91.80% from 255 or 39.39% from 594); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA9EEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9EEA is #356115. Grayscale: #B3B3B3. Windows color (decimal): -3498262 or 15376074. OLE color: 15376074.

HSL color Cylindrical-coordinate representation of color #CA9EEA: hue angle of 274.74º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CA9EEA is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB202158234-
CMYK0.140.3200.08
HSL274.74º64.41%76.86%-
HSV(B)274.74º32.48%91.76%-
XYZ51.4442.9583.42-
YUV179.82158.58143.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.01%
GREEN value IS 158 (62.11% from 255) = 26.60%
BLUE value IS 234 (91.80% from 255) = 39.39%
R=34.01%
G=26.60%
B=39.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2021582340.140.3200.08274.7464.4176.86
HexCA9EEAE2008113404d
Octal3122363521640010423100115
Binary11001010100111101110101011101000000100010001001110000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9EEA; }

 p { color: rgb(202,158,234); }

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

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

 a { background-color: rgb(202,158,234); }

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

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

 span { border-color: rgb(202,158,234); }

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