#CA8BD5

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

Shades of Wisteria #CA8BD5

Tints of Wisteria #CA8BD5

Color information

#CA8BD5 (or 0xCA8BD5) is unknown color: approx Wisteria. HEX triplet: CA, 8B and D5. RGB value is (202,139,213). Sum of RGB (Red+Green+Blue) = 202+139+213=554 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.46% from 554); Green value is 139 (54.69% from 255 or 25.09% from 554); Blue value is 213 (83.59% from 255 or 38.45% from 554); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA8BD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8BD5 is #35742A. Grayscale: #A6A6A6. Windows color (decimal): -3503147 or 13994954. OLE color: 13994954.

HSL color Cylindrical-coordinate representation of color #CA8BD5: hue angle of 291.08º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CA8BD5 is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB202139213-
CMYK0.050.3500.16
HSL291.08º46.84%69.02%-
HSV(B)291.08º34.74%83.53%-
XYZ45.635.8367.46-
YUV166.27154.37153.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.46%
GREEN value IS 139 (54.69% from 255) = 25.09%
BLUE value IS 213 (83.59% from 255) = 38.45%
R=36.46%
G=25.09%
B=38.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2021392130.050.3500.16291.0846.8469.02
HexCA8BD55230101232f45
Octal31221332554302044357105
Binary1100101010001011110101011011000110100001001000111011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8BD5; }

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

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

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

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

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

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

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

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