#C18BDD

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

Shades of Wisteria #C18BDD

Tints of Wisteria #C18BDD

Color information

#C18BDD (or 0xC18BDD) is unknown color: approx Wisteria. HEX triplet: C1, 8B and DD. RGB value is (193,139,221). Sum of RGB (Red+Green+Blue) = 193+139+221=553 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.90% from 553); Green value is 139 (54.69% from 255 or 25.14% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #C18BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18BDD is #3E7422. Grayscale: #A4A4A4. Windows color (decimal): -4092963 or 14519233. OLE color: 14519233.

HSL color Cylindrical-coordinate representation of color #C18BDD: hue angle of 279.51º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C18BDD is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB193139221-
CMYK0.130.3700.13
HSL279.51º54.67%70.59%-
HSV(B)279.51º37.1%86.67%-
XYZ44.2835.0272.83-
YUV164.49159.89148.33-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.90%
GREEN value IS 139 (54.69% from 255) = 25.14%
BLUE value IS 221 (86.72% from 255) = 39.96%
R=34.90%
G=25.14%
B=39.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1931392210.130.3700.13279.5154.6770.59
HexC18BDDD250D1183747
Octal301213335154501543067107
Binary1100000110001011110111011101100101011011000110001101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18BDD; }

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

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

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

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

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

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

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

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