#C18DDB

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

Shades of Wisteria #C18DDB

Tints of Wisteria #C18DDB

Color information

#C18DDB (or 0xC18DDB) is unknown color: approx Wisteria. HEX triplet: C1, 8D and DB. RGB value is (193,141,219). Sum of RGB (Red+Green+Blue) = 193+141+219=553 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.90% from 553); Green value is 141 (55.47% from 255 or 25.50% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 219 - color contains mainly: blue. Hex color #C18DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18DDB is #3E7224. Grayscale: #A5A5A5. Windows color (decimal): -4092453 or 14388673. OLE color: 14388673.

HSL color Cylindrical-coordinate representation of color #C18DDB: hue angle of 280º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C18DDB is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB193141219-
CMYK0.120.3600.14
HSL280º52%70.59%-
HSV(B)280º35.62%85.88%-
XYZ44.335.571.54-
YUV165.44158.23147.66-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.90%
GREEN value IS 141 (55.47% from 255) = 25.50%
BLUE value IS 219 (85.94% from 255) = 39.60%
R=34.90%
G=25.50%
B=39.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1931412190.120.3600.142805270.59
HexC18DDBC240E1183447
Octal301215333144401643064107
Binary1100000110001101110110111100100100011101000110001101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18DDB; }

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

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

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

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

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

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

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

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