#C19BCE

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

Shades of Wisteria #C19BCE

Tints of Wisteria #C19BCE

Color information

#C19BCE (or 0xC19BCE) is unknown color: approx Wisteria. HEX triplet: C1, 9B and CE. RGB value is (193,155,206). Sum of RGB (Red+Green+Blue) = 193+155+206=554 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.84% from 554); Green value is 155 (60.94% from 255 or 27.98% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 206 - color contains mainly: blue. Hex color #C19BCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19BCE is #3E6431. Grayscale: #ACACAC. Windows color (decimal): -4088882 or 13540289. OLE color: 13540289.

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

Color convert

RGB193155206-
CMYK0.060.2500.19
HSL284.71º34.23%70.78%-
HSV(B)284.71º24.76%80.78%-
XYZ44.8539.2463.6-
YUV172.18147.09142.85-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.84%
GREEN value IS 155 (60.94% from 255) = 27.98%
BLUE value IS 206 (80.86% from 255) = 37.18%
R=34.84%
G=27.98%
B=37.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1931552060.060.2500.19284.7134.2370.78
HexC19BCE61901311d2247
Octal30123331663102343542107
Binary110000011001101111001110110110010100111000111011000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19BCE; }

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

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

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

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

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

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

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

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