#CA8BE5

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

Shades of Wisteria #CA8BE5

Tints of Wisteria #CA8BE5

Color information

#CA8BE5 (or 0xCA8BE5) is unknown color: approx Wisteria. HEX triplet: CA, 8B and E5. RGB value is (202,139,229). Sum of RGB (Red+Green+Blue) = 202+139+229=570 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.44% from 570); Green value is 139 (54.69% from 255 or 24.39% from 570); Blue value is 229 (89.84% from 255 or 40.18% from 570); Max value from RGB is 229 - color contains mainly: blue. Hex color #CA8BE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8BE5 is #35741A. Grayscale: #A7A7A7. Windows color (decimal): -3503131 or 15043530. OLE color: 15043530.

HSL color Cylindrical-coordinate representation of color #CA8BE5: hue angle of 282º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CA8BE5 is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB202139229-
CMYK0.120.3900.10
HSL282º63.38%72.16%-
HSV(B)282º39.3%89.8%-
XYZ47.7336.6878.69-
YUV168.1162.37152.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.44%
GREEN value IS 139 (54.69% from 255) = 24.39%
BLUE value IS 229 (89.84% from 255) = 40.18%
R=35.44%
G=24.39%
B=40.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2021392290.120.3900.1028263.3872.16
HexCA8BE5C270A11a3f48
Octal312213345144701243277110
Binary1100101010001011111001011100100111010101000110101111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8BE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8BE5; }

 p { color: rgb(202,139,229); }

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

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

 a { background-color: rgb(202,139,229); }

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

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

 span { border-color: rgb(202,139,229); }

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