#C18FFA

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

Shades of Wisteria #C18FFA

Tints of Wisteria #C18FFA

Color information

#C18FFA (or 0xC18FFA) is unknown color: approx Wisteria. HEX triplet: C1, 8F and FA. RGB value is (193,143,250). Sum of RGB (Red+Green+Blue) = 193+143+250=586 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.94% from 586); Green value is 143 (56.25% from 255 or 24.40% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #C18FFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C18FFA is #3E7005. Grayscale: #A9A9A9. Windows color (decimal): -4091910 or 16420801. OLE color: 16420801.

HSL color Cylindrical-coordinate representation of color #C18FFA: hue angle of 268.04º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C18FFA is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB193143250-
CMYK0.230.4300.02
HSL268.04º91.45%77.06%-
HSV(B)268.04º42.8%98.04%-
XYZ49.0737.8895.17-
YUV170.15173.06144.3-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.94%
GREEN value IS 143 (56.25% from 255) = 24.40%
BLUE value IS 250 (98.05% from 255) = 42.66%
R=32.94%
G=24.40%
B=42.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1931432500.230.4300.02268.0491.4577.06
HexC18FFA172B0210c5b4d
Octal301217372275302414133115
Binary1100000110001111111110101011110101101010000110010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18FFA; }

 p { color: rgb(193,143,250); }

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

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

 a { background-color: rgb(193,143,250); }

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

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

 span { border-color: rgb(193,143,250); }

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