#C194CE

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

Shades of Wisteria #C194CE

Tints of Wisteria #C194CE

Color information

#C194CE (or 0xC194CE) is unknown color: approx Wisteria. HEX triplet: C1, 94 and CE. RGB value is (193,148,206). Sum of RGB (Red+Green+Blue) = 193+148+206=547 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.28% from 547); Green value is 148 (58.20% from 255 or 27.06% from 547); Blue value is 206 (80.86% from 255 or 37.66% from 547); Max value from RGB is 206 - color contains mainly: blue. Hex color #C194CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C194CE is #3E6B31. Grayscale: #A7A7A7. Windows color (decimal): -4090674 or 13538497. OLE color: 13538497.

HSL color Cylindrical-coordinate representation of color #C194CE: hue angle of 286.55º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C194CE is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB193148206-
CMYK0.060.2800.19
HSL286.55º37.18%69.41%-
HSV(B)286.55º28.16%80.78%-
XYZ43.7236.9763.22-
YUV168.07149.41145.78-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.28%
GREEN value IS 148 (58.20% from 255) = 27.06%
BLUE value IS 206 (80.86% from 255) = 37.66%
R=35.28%
G=27.06%
B=37.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1931482060.060.2800.19286.5537.1869.41
HexC194CE61C01311f2545
Octal30122431663402343745105
Binary110000011001010011001110110111000100111000111111001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C194CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C194CE; }

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

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

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

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

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

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

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

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