#CA9EE7

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

Shades of Wisteria #CA9EE7

Tints of Wisteria #CA9EE7

Color information

#CA9EE7 (or 0xCA9EE7) is unknown color: approx Wisteria. HEX triplet: CA, 9E and E7. RGB value is (202,158,231). Sum of RGB (Red+Green+Blue) = 202+158+231=591 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.18% from 591); Green value is 158 (62.11% from 255 or 26.73% from 591); Blue value is 231 (90.62% from 255 or 39.09% from 591); Max value from RGB is 231 - color contains mainly: blue. Hex color #CA9EE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9EE7 is #356118. Grayscale: #B3B3B3. Windows color (decimal): -3498265 or 15179466. OLE color: 15179466.

HSL color Cylindrical-coordinate representation of color #CA9EE7: hue angle of 276.16º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CA9EE7 is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB202158231-
CMYK0.130.3200.09
HSL276.16º60.33%76.27%-
HSV(B)276.16º31.6%90.59%-
XYZ51.0142.7881.17-
YUV179.48157.08144.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.18%
GREEN value IS 158 (62.11% from 255) = 26.73%
BLUE value IS 231 (90.62% from 255) = 39.09%
R=34.18%
G=26.73%
B=39.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2021582310.130.3200.09276.1660.3376.27
HexCA9EE7D20091143c4c
Octal312236347154001142474114
Binary1100101010011110111001111101100000010011000101001111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9EE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9EE7; }

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

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

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

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

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

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

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

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