#C18BDF

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

Shades of Wisteria #C18BDF

Tints of Wisteria #C18BDF

Color information

#C18BDF (or 0xC18BDF) is unknown color: approx Wisteria. HEX triplet: C1, 8B and DF. RGB value is (193,139,223). Sum of RGB (Red+Green+Blue) = 193+139+223=555 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.77% from 555); Green value is 139 (54.69% from 255 or 25.05% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 223 - color contains mainly: blue. Hex color #C18BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18BDF is #3E7420. Grayscale: #A4A4A4. Windows color (decimal): -4092961 or 14650305. OLE color: 14650305.

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

Color convert

RGB193139223-
CMYK0.130.3800.13
HSL278.57º56.76%70.98%-
HSV(B)278.57º37.67%87.45%-
XYZ44.5435.1374.25-
YUV164.72160.89148.17-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.77%
GREEN value IS 139 (54.69% from 255) = 25.05%
BLUE value IS 223 (87.5% from 255) = 40.18%
R=34.77%
G=25.05%
B=40.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1931392230.130.3800.13278.5756.7670.98
HexC18BDFD260D1173947
Octal301213337154601542771107
Binary1100000110001011110111111101100110011011000101111110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18BDF; }

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

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

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

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

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

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

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

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