#C18DD1

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

Shades of Wisteria #C18DD1

Tints of Wisteria #C18DD1

Color information

#C18DD1 (or 0xC18DD1) is unknown color: approx Wisteria. HEX triplet: C1, 8D and D1. RGB value is (193,141,209). Sum of RGB (Red+Green+Blue) = 193+141+209=543 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.54% from 543); Green value is 141 (55.47% from 255 or 25.97% from 543); Blue value is 209 (82.03% from 255 or 38.49% from 543); Max value from RGB is 209 - color contains mainly: blue. Hex color #C18DD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18DD1 is #3E722E. Grayscale: #A4A4A4. Windows color (decimal): -4092463 or 13733313. OLE color: 13733313.

HSL color Cylindrical-coordinate representation of color #C18DD1: hue angle of 285.88º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C18DD1 is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB193141209-
CMYK0.080.3300.18
HSL285.88º42.5%68.63%-
HSV(B)285.88º32.54%81.96%-
XYZ43.0334.9964.81-
YUV164.3153.23148.47-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.54%
GREEN value IS 141 (55.47% from 255) = 25.97%
BLUE value IS 209 (82.03% from 255) = 38.49%
R=35.54%
G=25.97%
B=38.49%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1931412090.080.3300.18285.8842.568.63
HexC18DD182101211e2a45
Octal301215321104102243652105
Binary11000001100011011101000110001000010100101000111101010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18DD1; }

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

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

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

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

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

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

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

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