#C18FEF

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

Shades of Wisteria #C18FEF

Tints of Wisteria #C18FEF

Color information

#C18FEF (or 0xC18FEF) is unknown color: approx Wisteria. HEX triplet: C1, 8F and EF. RGB value is (193,143,239). Sum of RGB (Red+Green+Blue) = 193+143+239=575 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.57% from 575); Green value is 143 (56.25% from 255 or 24.87% from 575); Blue value is 239 (93.75% from 255 or 41.57% from 575); Max value from RGB is 239 - color contains mainly: blue. Hex color #C18FEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C18FEF is #3E7010. Grayscale: #A8A8A8. Windows color (decimal): -4091921 or 15699905. OLE color: 15699905.

HSL color Cylindrical-coordinate representation of color #C18FEF: hue angle of 271.25º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C18FEF is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB193143239-
CMYK0.190.4000.06
HSL271.25º75%74.9%-
HSV(B)271.25º40.17%93.73%-
XYZ47.3937.2186.35-
YUV168.89167.56145.19-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.57%
GREEN value IS 143 (56.25% from 255) = 24.87%
BLUE value IS 239 (93.75% from 255) = 41.57%
R=33.57%
G=24.87%
B=41.57%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1931432390.190.4000.06271.257574.9
HexC18FEF13280610f4b4b
Octal301217357235006417113113
Binary11000001100011111110111110011101000011010000111110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18FEF; }

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

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

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

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

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

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

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

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