#C18DE6

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

Shades of Wisteria #C18DE6

Tints of Wisteria #C18DE6

Color information

#C18DE6 (or 0xC18DE6) is unknown color: approx Wisteria. HEX triplet: C1, 8D and E6. RGB value is (193,141,230). Sum of RGB (Red+Green+Blue) = 193+141+230=564 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.22% from 564); Green value is 141 (55.47% from 255 or 25% from 564); Blue value is 230 (90.23% from 255 or 40.78% from 564); Max value from RGB is 230 - color contains mainly: blue. Hex color #C18DE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C18DE6 is #3E7219. Grayscale: #A6A6A6. Windows color (decimal): -4092442 or 15109569. OLE color: 15109569.

HSL color Cylindrical-coordinate representation of color #C18DE6: hue angle of 275.06º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C18DE6 is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB193141230-
CMYK0.160.3900.10
HSL275.06º64.03%72.75%-
HSV(B)275.06º38.7%90.2%-
XYZ45.836.179.42-
YUV166.69163.73146.76-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.22%
GREEN value IS 141 (55.47% from 255) = 25%
BLUE value IS 230 (90.23% from 255) = 40.78%
R=34.22%
G=25%
B=40.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1931412300.160.3900.10275.0664.0372.75
HexC18DE610270A1134049
Octal3012153462047012423100111
Binary110000011000110111100110100001001110101010001001110000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18DE6; }

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

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

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

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

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

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

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

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