#CA9FEA

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

Shades of Wisteria #CA9FEA

Tints of Wisteria #CA9FEA

Color information

#CA9FEA (or 0xCA9FEA) is unknown color: approx Wisteria. HEX triplet: CA, 9F and EA. RGB value is (202,159,234). Sum of RGB (Red+Green+Blue) = 202+159+234=595 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.95% from 595); Green value is 159 (62.5% from 255 or 26.72% from 595); Blue value is 234 (91.80% from 255 or 39.33% from 595); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA9FEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9FEA is #356015. Grayscale: #B4B4B4. Windows color (decimal): -3498006 or 15376330. OLE color: 15376330.

HSL color Cylindrical-coordinate representation of color #CA9FEA: hue angle of 274.4º 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 #CA9FEA is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB202159234-
CMYK0.140.3200.08
HSL274.4º64.1%77.06%-
HSV(B)274.4º32.05%91.76%-
XYZ51.6143.2983.48-
YUV180.41158.25143.4-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.95%
GREEN value IS 159 (62.5% from 255) = 26.72%
BLUE value IS 234 (91.80% from 255) = 39.33%
R=33.95%
G=26.72%
B=39.33%

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
Decimal2021592340.140.3200.08274.464.177.06
HexCA9FEAE2008112404d
Octal3122373521640010422100115
Binary11001010100111111110101011101000000100010001001010000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9FEA; }

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

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

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

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

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

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

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

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