#CA8EEB

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

Shades of Wisteria #CA8EEB

Tints of Wisteria #CA8EEB

Color information

#CA8EEB (or 0xCA8EEB) is unknown color: approx Wisteria. HEX triplet: CA, 8E and EB. RGB value is (202,142,235). Sum of RGB (Red+Green+Blue) = 202+142+235=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 142 (55.86% from 255 or 24.53% from 579); Blue value is 235 (92.19% from 255 or 40.59% from 579); Max value from RGB is 235 - color contains mainly: blue. Hex color #CA8EEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA8EEB is #357114. Grayscale: #AAAAAA. Windows color (decimal): -3502357 or 15437514. OLE color: 15437514.

HSL color Cylindrical-coordinate representation of color #CA8EEB: hue angle of 278.71º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA8EEB is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB202142235-
CMYK0.140.4000.08
HSL278.71º69.92%73.92%-
HSV(B)278.71º39.57%92.16%-
XYZ49.0337.983.33-
YUV170.54164.38150.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.89%
GREEN value IS 142 (55.86% from 255) = 24.53%
BLUE value IS 235 (92.19% from 255) = 40.59%
R=34.89%
G=24.53%
B=40.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2021422350.140.4000.08278.7169.9273.92
HexCA8EEBE2808117464a
Octal3122163531650010427106112
Binary11001010100011101110101111101010000100010001011110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8EEB; }

 p { color: rgb(202,142,235); }

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

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

 a { background-color: rgb(202,142,235); }

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

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

 span { border-color: rgb(202,142,235); }

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