#C194D8

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

Shades of Wisteria #C194D8

Tints of Wisteria #C194D8

Color information

#C194D8 (or 0xC194D8) is unknown color: approx Wisteria. HEX triplet: C1, 94 and D8. RGB value is (193,148,216). Sum of RGB (Red+Green+Blue) = 193+148+216=557 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.65% from 557); Green value is 148 (58.20% from 255 or 26.57% from 557); Blue value is 216 (84.77% from 255 or 38.78% from 557); Max value from RGB is 216 - color contains mainly: blue. Hex color #C194D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C194D8 is #3E6B27. Grayscale: #A8A8A8. Windows color (decimal): -4090664 or 14193857. OLE color: 14193857.

HSL color Cylindrical-coordinate representation of color #C194D8: hue angle of 279.71º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C194D8 is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB193148216-
CMYK0.110.3100.15
HSL279.71º46.58%71.37%-
HSV(B)279.71º31.48%84.71%-
XYZ44.9837.4869.83-
YUV169.21154.41144.97-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.65%
GREEN value IS 148 (58.20% from 255) = 26.57%
BLUE value IS 216 (84.77% from 255) = 38.78%
R=34.65%
G=26.57%
B=38.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1931482160.110.3100.15279.7146.5871.37
HexC194D8B1F0F1182f47
Octal301224330133701743057107
Binary110000011001010011011000101111111011111000110001011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C194D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C194D8; }

 p { color: rgb(193,148,216); }

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

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

 a { background-color: rgb(193,148,216); }

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

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

 span { border-color: rgb(193,148,216); }

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