#C184CE

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

Shades of Wisteria #C184CE

Tints of Wisteria #C184CE

Color information

#C184CE (or 0xC184CE) is unknown color: approx Wisteria. HEX triplet: C1, 84 and CE. RGB value is (193,132,206). Sum of RGB (Red+Green+Blue) = 193+132+206=531 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.35% from 531); Green value is 132 (51.95% from 255 or 24.86% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 206 - color contains mainly: blue. Hex color #C184CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C184CE is #3E7B31. Grayscale: #9E9E9E. Windows color (decimal): -4094770 or 13534401. OLE color: 13534401.

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

Color convert

RGB193132206-
CMYK0.060.3600.19
HSL289.46º43.02%66.27%-
HSV(B)289.46º35.92%80.78%-
XYZ41.3832.362.45-
YUV158.68154.71152.48-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.35%
GREEN value IS 132 (51.95% from 255) = 24.86%
BLUE value IS 206 (80.86% from 255) = 38.79%
R=36.35%
G=24.86%
B=38.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1931322060.060.3600.19289.4643.0266.27
HexC184CE6240131212b42
Octal30120431664402344153102
Binary1100000110000100110011101101001000100111001000011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C184CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C184CE; }

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

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

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

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

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

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

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

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