#CA8BED

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

Shades of Wisteria #CA8BED

Tints of Wisteria #CA8BED

Color information

#CA8BED (or 0xCA8BED) is unknown color: approx Wisteria. HEX triplet: CA, 8B and ED. RGB value is (202,139,237). Sum of RGB (Red+Green+Blue) = 202+139+237=578 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.95% from 578); Green value is 139 (54.69% from 255 or 24.05% from 578); Blue value is 237 (92.97% from 255 or 41.00% from 578); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA8BED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA8BED is #357412. Grayscale: #A8A8A8. Windows color (decimal): -3503123 or 15567818. OLE color: 15567818.

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

Color convert

RGB202139237-
CMYK0.150.4100.07
HSL278.57º73.13%73.73%-
HSV(B)278.57º41.35%92.94%-
XYZ48.8837.1484.71-
YUV169.01166.37151.53-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.95%
GREEN value IS 139 (54.69% from 255) = 24.05%
BLUE value IS 237 (92.97% from 255) = 41.00%
R=34.95%
G=24.05%
B=41.00%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2021392370.150.4100.07278.5773.1373.73
HexCA8BEDF2907117494a
Octal312213355175107427111112
Binary1100101010001011111011011111101001011110001011110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8BED; }

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

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

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

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

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

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

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

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