#CA8BEE

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

Shades of Wisteria #CA8BEE

Tints of Wisteria #CA8BEE

Color information

#CA8BEE (or 0xCA8BEE) is unknown color: approx Wisteria. HEX triplet: CA, 8B and EE. RGB value is (202,139,238). Sum of RGB (Red+Green+Blue) = 202+139+238=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 139 (54.69% from 255 or 24.01% from 579); Blue value is 238 (93.36% from 255 or 41.11% from 579); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA8BEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA8BEE is #357411. Grayscale: #A8A8A8. Windows color (decimal): -3503122 or 15633354. OLE color: 15633354.

HSL color Cylindrical-coordinate representation of color #CA8BEE: hue angle of 278.18º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA8BEE is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB202139238-
CMYK0.150.4200.07
HSL278.18º74.44%73.92%-
HSV(B)278.18º41.6%93.33%-
XYZ49.0237.1985.48-
YUV169.12166.87151.45-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.89%
GREEN value IS 139 (54.69% from 255) = 24.01%
BLUE value IS 238 (93.36% from 255) = 41.11%
R=34.89%
G=24.01%
B=41.11%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2021392380.150.4200.07278.1874.4473.92
HexCA8BEEF2A071164a4a
Octal312213356175207426112112
Binary1100101010001011111011101111101010011110001011010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8BEE; }

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

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

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

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

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

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

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

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