#CA8BEB

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

Shades of Wisteria #CA8BEB

Tints of Wisteria #CA8BEB

Color information

#CA8BEB (or 0xCA8BEB) is unknown color: approx Wisteria. HEX triplet: CA, 8B and EB. RGB value is (202,139,235). Sum of RGB (Red+Green+Blue) = 202+139+235=576 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.07% from 576); Green value is 139 (54.69% from 255 or 24.13% from 576); Blue value is 235 (92.19% from 255 or 40.80% from 576); Max value from RGB is 235 - color contains mainly: blue. Hex color #CA8BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA8BEB is #357414. Grayscale: #A8A8A8. Windows color (decimal): -3503125 or 15436746. OLE color: 15436746.

HSL color Cylindrical-coordinate representation of color #CA8BEB: hue angle of 279.38º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA8BEB is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB202139235-
CMYK0.140.4100.08
HSL279.38º70.59%73.33%-
HSV(B)279.38º40.85%92.16%-
XYZ48.5937.0283.18-
YUV168.78165.37151.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.07%
GREEN value IS 139 (54.69% from 255) = 24.13%
BLUE value IS 235 (92.19% from 255) = 40.80%
R=35.07%
G=24.13%
B=40.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2021392350.140.4100.08279.3870.5973.33
HexCA8BEBE29081174749
Octal3122133531651010427107111
Binary11001010100010111110101111101010010100010001011110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8BEB; }

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

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

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

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

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

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

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

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