#c18deb

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

Shades of Wisteria #C18DEB

Tints of Wisteria #C18DEB

Color information

#C18DEB (or 0xC18DEB) is unknown color: approx Wisteria. HEX triplet: C1, 8D and EB. RGB value is (193,141,235). Sum of RGB (Red+Green+Blue) = 193+141+235=569 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.92% from 569); Green value is 141 (55.47% from 255 or 24.78% from 569); Blue value is 235 (92.19% from 255 or 41.30% from 569); Max value from RGB is 235 - color contains mainly: blue. Hex color #C18DEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C18DEB is #3E7214. Grayscale: #A6A6A6. Windows color (decimal): -4092437 or 15437249. OLE color: 15437249.

HSL color Cylindrical-coordinate representation of color #C18DEB: hue angle of 273.19º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C18DEB is Cyan = 0.18, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB193141235-
CMYK0.180.400.08
HSL273.19º70.15%73.73%-
HSV(B)273.19º40%92.16%-
XYZ46.5136.3983.17-
YUV167.26166.23146.36-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.92%
GREEN value IS 141 (55.47% from 255) = 24.78%
BLUE value IS 235 (92.19% from 255) = 41.30%
R=33.92%
G=24.78%
B=41.30%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1931412350.180.400.08273.1970.1573.73
HexC18DEB122808111464a
Octal3012153532250010421106112
Binary110000011000110111101011100101010000100010001000110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c18deb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c18deb; }

 p { color: rgb(193,141,235); }

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

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

 a { background-color: rgb(193,141,235); }

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

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

 span { border-color: rgb(193,141,235); }

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