#C18FF9

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

Shades of Wisteria #C18FF9

Tints of Wisteria #C18FF9

Color information

#C18FF9 (or 0xC18FF9) is unknown color: approx Wisteria. HEX triplet: C1, 8F and F9. RGB value is (193,143,249). Sum of RGB (Red+Green+Blue) = 193+143+249=585 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.99% from 585); Green value is 143 (56.25% from 255 or 24.44% from 585); Blue value is 249 (97.66% from 255 or 42.56% from 585); Max value from RGB is 249 - color contains mainly: blue. Hex color #C18FF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C18FF9 is #3E7006. Grayscale: #A9A9A9. Windows color (decimal): -4091911 or 16355265. OLE color: 16355265.

HSL color Cylindrical-coordinate representation of color #C18FF9: hue angle of 268.3º degrees, saturation: 0.9, 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 #C18FF9 is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB193143249-
CMYK0.220.4300.02
HSL268.3º89.83%76.86%-
HSV(B)268.3º42.57%97.65%-
XYZ48.9137.8294.34-
YUV170.03172.56144.38-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.99%
GREEN value IS 143 (56.25% from 255) = 24.44%
BLUE value IS 249 (97.66% from 255) = 42.56%
R=32.99%
G=24.44%
B=42.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1931432490.220.4300.02268.389.8376.86
HexC18FF9162B0210c5a4d
Octal301217371265302414132115
Binary1100000110001111111110011011010101101010000110010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18FF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18FF9; }

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

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

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

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

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

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

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

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