#C18EEE

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

Shades of Wisteria #C18EEE

Tints of Wisteria #C18EEE

Color information

#C18EEE (or 0xC18EEE) is unknown color: approx Wisteria. HEX triplet: C1, 8E and EE. RGB value is (193,142,238). Sum of RGB (Red+Green+Blue) = 193+142+238=573 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.68% from 573); Green value is 142 (55.86% from 255 or 24.78% from 573); Blue value is 238 (93.36% from 255 or 41.54% from 573); Max value from RGB is 238 - color contains mainly: blue. Hex color #C18EEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C18EEE is #3E7111. Grayscale: #A7A7A7. Windows color (decimal): -4092178 or 15634113. OLE color: 15634113.

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

Color convert

RGB193142238-
CMYK0.190.4000.07
HSL271.88º73.85%74.51%-
HSV(B)271.88º40.34%93.33%-
XYZ47.136.8685.52-
YUV168.19167.4145.69-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.68%
GREEN value IS 142 (55.86% from 255) = 24.78%
BLUE value IS 238 (93.36% from 255) = 41.54%
R=33.68%
G=24.78%
B=41.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1931422380.190.4000.07271.8873.8574.51
HexC18EEE1328071104a4b
Octal301216356235007420112113
Binary11000001100011101110111010011101000011110001000010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18EEE; }

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

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

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

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

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

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

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

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