#C18EEB

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

Shades of Wisteria #C18EEB

Tints of Wisteria #C18EEB

Color information

#C18EEB (or 0xC18EEB) is unknown color: approx Wisteria. HEX triplet: C1, 8E and EB. RGB value is (193,142,235). Sum of RGB (Red+Green+Blue) = 193+142+235=570 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.86% from 570); Green value is 142 (55.86% from 255 or 24.91% from 570); Blue value is 235 (92.19% from 255 or 41.23% from 570); Max value from RGB is 235 - color contains mainly: blue. Hex color #C18EEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C18EEB is #3E7114. Grayscale: #A7A7A7. Windows color (decimal): -4092181 or 15437505. OLE color: 15437505.

HSL color Cylindrical-coordinate representation of color #C18EEB: hue angle of 272.9º 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 #C18EEB is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB193142235-
CMYK0.180.4000.08
HSL272.9º69.92%73.92%-
HSV(B)272.9º39.57%92.16%-
XYZ46.6636.6883.22-
YUV167.85165.9145.94-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.86%
GREEN value IS 142 (55.86% from 255) = 24.91%
BLUE value IS 235 (92.19% from 255) = 41.23%
R=33.86%
G=24.91%
B=41.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1931422350.180.4000.08272.969.9273.92
HexC18EEB122808111464a
Octal3012163532250010421106112
Binary110000011000111011101011100101010000100010001000110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18EEB; }

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

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

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

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

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

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

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

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