#CA8BDB

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

Shades of Wisteria #CA8BDB

Tints of Wisteria #CA8BDB

Color information

#CA8BDB (or 0xCA8BDB) is unknown color: approx Wisteria. HEX triplet: CA, 8B and DB. RGB value is (202,139,219). Sum of RGB (Red+Green+Blue) = 202+139+219=560 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.07% from 560); Green value is 139 (54.69% from 255 or 24.82% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA8BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8BDB is #357424. Grayscale: #A6A6A6. Windows color (decimal): -3503141 or 14388170. OLE color: 14388170.

HSL color Cylindrical-coordinate representation of color #CA8BDB: hue angle of 287.25º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CA8BDB is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB202139219-
CMYK0.080.3700.14
HSL287.25º52.63%70.2%-
HSV(B)287.25º36.53%85.88%-
XYZ46.3836.1471.55-
YUV166.96157.37153-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.07%
GREEN value IS 139 (54.69% from 255) = 24.82%
BLUE value IS 219 (85.94% from 255) = 39.11%
R=36.07%
G=24.82%
B=39.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2021392190.080.3700.14287.2552.6370.2
HexCA8BDB8250E11f3546
Octal312213333104501643765106
Binary1100101010001011110110111000100101011101000111111101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8BDB; }

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

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

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

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

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

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

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

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