#CA8AED

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

Shades of Wisteria #CA8AED

Tints of Wisteria #CA8AED

Color information

#CA8AED (or 0xCA8AED) is unknown color: approx Wisteria. HEX triplet: CA, 8A and ED. RGB value is (202,138,237). Sum of RGB (Red+Green+Blue) = 202+138+237=577 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.01% from 577); Green value is 138 (54.30% from 255 or 23.92% from 577); Blue value is 237 (92.97% from 255 or 41.07% from 577); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA8AED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA8AED is #357512. Grayscale: #A8A8A8. Windows color (decimal): -3503379 or 15567562. OLE color: 15567562.

HSL color Cylindrical-coordinate representation of color #CA8AED: hue angle of 278.79º degrees, saturation: 0.73, 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 #CA8AED is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB202138237-
CMYK0.150.4200.07
HSL278.79º73.33%73.53%-
HSV(B)278.79º41.77%92.94%-
XYZ48.7336.8584.66-
YUV168.42166.7151.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.01%
GREEN value IS 138 (54.30% from 255) = 23.92%
BLUE value IS 237 (92.97% from 255) = 41.07%
R=35.01%
G=23.92%
B=41.07%

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
Decimal2021382370.150.4200.07278.7973.3373.53
HexCA8AEDF2A07117494a
Octal312212355175207427111112
Binary1100101010001010111011011111101010011110001011110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8AED; }

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

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

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

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

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

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

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

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