#C18CDC

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

Shades of Wisteria #C18CDC

Tints of Wisteria #C18CDC

Color information

#C18CDC (or 0xC18CDC) is unknown color: approx Wisteria. HEX triplet: C1, 8C and DC. RGB value is (193,140,220). Sum of RGB (Red+Green+Blue) = 193+140+220=553 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.90% from 553); Green value is 140 (55.08% from 255 or 25.32% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #C18CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18CDC is #3E7323. Grayscale: #A4A4A4. Windows color (decimal): -4092708 or 14453953. OLE color: 14453953.

HSL color Cylindrical-coordinate representation of color #C18CDC: hue angle of 279.75º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C18CDC is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB193140220-
CMYK0.120.3600.14
HSL279.75º53.33%70.59%-
HSV(B)279.75º36.36%86.27%-
XYZ44.2935.2672.18-
YUV164.97159.06148-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.90%
GREEN value IS 140 (55.08% from 255) = 25.32%
BLUE value IS 220 (86.33% from 255) = 39.78%
R=34.90%
G=25.32%
B=39.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1931402200.120.3600.14279.7553.3370.59
HexC18CDCC240E1183547
Octal301214334144401643065107
Binary1100000110001100110111001100100100011101000110001101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18CDC; }

 p { color: rgb(193,140,220); }

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

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

 a { background-color: rgb(193,140,220); }

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

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

 span { border-color: rgb(193,140,220); }

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