#CA8EFB

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

Shades of Wisteria #CA8EFB

Tints of Wisteria #CA8EFB

Color information

#CA8EFB (or 0xCA8EFB) is unknown color: approx Wisteria. HEX triplet: CA, 8E and FB. RGB value is (202,142,251). Sum of RGB (Red+Green+Blue) = 202+142+251=595 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.95% from 595); Green value is 142 (55.86% from 255 or 23.87% from 595); Blue value is 251 (98.44% from 255 or 42.18% from 595); Max value from RGB is 251 - color contains mainly: blue. Hex color #CA8EFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA8EFB is #357104. Grayscale: #ABABAB. Windows color (decimal): -3502341 or 16486090. OLE color: 16486090.

HSL color Cylindrical-coordinate representation of color #CA8EFB: hue angle of 273.03º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CA8EFB is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB202142251-
CMYK0.200.4300.02
HSL273.03º93.16%77.06%-
HSV(B)273.03º43.43%98.43%-
XYZ51.4438.8796.06-
YUV172.37172.38149.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.95%
GREEN value IS 142 (55.86% from 255) = 23.87%
BLUE value IS 251 (98.44% from 255) = 42.18%
R=33.95%
G=23.87%
B=42.18%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2021422510.200.4300.02273.0393.1677.06
HexCA8EFB142B021115d4d
Octal312216373245302421135115
Binary1100101010001110111110111010010101101010001000110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8EFB; }

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

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

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

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

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

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

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

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