#C18BF7

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

Shades of Wisteria #C18BF7

Tints of Wisteria #C18BF7

Color information

#C18BF7 (or 0xC18BF7) is unknown color: approx Wisteria. HEX triplet: C1, 8B and F7. RGB value is (193,139,247). Sum of RGB (Red+Green+Blue) = 193+139+247=579 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.33% from 579); Green value is 139 (54.69% from 255 or 24.01% from 579); Blue value is 247 (96.88% from 255 or 42.66% from 579); Max value from RGB is 247 - color contains mainly: blue. Hex color #C18BF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C18BF7 is #3E7408. Grayscale: #A7A7A7. Windows color (decimal): -4092937 or 16223169. OLE color: 16223169.

HSL color Cylindrical-coordinate representation of color #C18BF7: hue angle of 270º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C18BF7 is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB193139247-
CMYK0.220.4400.03
HSL270º87.1%75.69%-
HSV(B)270º43.72%96.86%-
XYZ48.0136.5292.51-
YUV167.46172.89146.22-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.33%
GREEN value IS 139 (54.69% from 255) = 24.01%
BLUE value IS 247 (96.88% from 255) = 42.66%
R=33.33%
G=24.01%
B=42.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1931392470.220.4400.0327087.175.69
HexC18BF7162C0310e574c
Octal301213367265403416127114
Binary1100000110001011111101111011010110001110000111010101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18BF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18BF7; }

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

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

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

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

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

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

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

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