#C18BED

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

Shades of Wisteria #C18BED

Tints of Wisteria #C18BED

Color information

#C18BED (or 0xC18BED) is unknown color: approx Wisteria. HEX triplet: C1, 8B and ED. RGB value is (193,139,237). Sum of RGB (Red+Green+Blue) = 193+139+237=569 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.92% from 569); Green value is 139 (54.69% from 255 or 24.43% from 569); Blue value is 237 (92.97% from 255 or 41.65% from 569); Max value from RGB is 237 - color contains mainly: blue. Hex color #C18BED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C18BED is #3E7412. Grayscale: #A5A5A5. Windows color (decimal): -4092947 or 15567809. OLE color: 15567809.

HSL color Cylindrical-coordinate representation of color #C18BED: hue angle of 273.06º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C18BED is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB193139237-
CMYK0.190.4100.07
HSL273.06º73.13%73.73%-
HSV(B)273.06º41.35%92.94%-
XYZ46.5135.9284.6-
YUV166.32167.89147.03-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.92%
GREEN value IS 139 (54.69% from 255) = 24.43%
BLUE value IS 237 (92.97% from 255) = 41.65%
R=33.92%
G=24.43%
B=41.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1931392370.190.4100.07273.0673.1373.73
HexC18BED132907111494a
Octal301213355235107421111112
Binary11000001100010111110110110011101001011110001000110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18BED; }

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

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

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

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

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

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

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

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