#CA8BEF

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

Shades of Wisteria #CA8BEF

Tints of Wisteria #CA8BEF

Color information

#CA8BEF (or 0xCA8BEF) is unknown color: approx Wisteria. HEX triplet: CA, 8B and EF. RGB value is (202,139,239). Sum of RGB (Red+Green+Blue) = 202+139+239=580 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.83% from 580); Green value is 139 (54.69% from 255 or 23.97% from 580); Blue value is 239 (93.75% from 255 or 41.21% from 580); Max value from RGB is 239 - color contains mainly: blue. Hex color #CA8BEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA8BEF is #357410. Grayscale: #A8A8A8. Windows color (decimal): -3503121 or 15698890. OLE color: 15698890.

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

Color convert

RGB202139239-
CMYK0.150.4200.06
HSL277.8º75.76%74.12%-
HSV(B)277.8º41.84%93.73%-
XYZ49.1737.2586.26-
YUV169.24167.37151.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.83%
GREEN value IS 139 (54.69% from 255) = 23.97%
BLUE value IS 239 (93.75% from 255) = 41.21%
R=34.83%
G=23.97%
B=41.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2021392390.150.4200.06277.875.7674.12
HexCA8BEFF2A061164c4a
Octal312213357175206426114112
Binary1100101010001011111011111111101010011010001011010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8BEF; }

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

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

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

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

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

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

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

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