#C18BDB

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

Shades of Wisteria #C18BDB

Tints of Wisteria #C18BDB

Color information

#C18BDB (or 0xC18BDB) is unknown color: approx Wisteria. HEX triplet: C1, 8B and DB. RGB value is (193,139,219). Sum of RGB (Red+Green+Blue) = 193+139+219=551 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.03% from 551); Green value is 139 (54.69% from 255 or 25.23% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 219 - color contains mainly: blue. Hex color #C18BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18BDB is #3E7424. Grayscale: #A4A4A4. Windows color (decimal): -4092965 or 14388161. OLE color: 14388161.

HSL color Cylindrical-coordinate representation of color #C18BDB: hue angle of 280.5º 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 #C18BDB is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB193139219-
CMYK0.120.3700.14
HSL280.5º52.63%70.2%-
HSV(B)280.5º36.53%85.88%-
XYZ44.0134.9271.44-
YUV164.27158.89148.5-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.03%
GREEN value IS 139 (54.69% from 255) = 25.23%
BLUE value IS 219 (85.94% from 255) = 39.75%
R=35.03%
G=25.23%
B=39.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1931392190.120.3700.14280.552.6370.2
HexC18BDBC250E1183546
Octal301213333144501643065106
Binary1100000110001011110110111100100101011101000110001101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18BDB; }

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

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

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

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

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

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

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

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