#C19DCE

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

Shades of Wisteria #C19DCE

Tints of Wisteria #C19DCE

Color information

#C19DCE (or 0xC19DCE) is unknown color: approx Wisteria. HEX triplet: C1, 9D and CE. RGB value is (193,157,206). Sum of RGB (Red+Green+Blue) = 193+157+206=556 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.71% from 556); Green value is 157 (61.72% from 255 or 28.24% from 556); Blue value is 206 (80.86% from 255 or 37.05% from 556); Max value from RGB is 206 - color contains mainly: blue. Hex color #C19DCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19DCE is #3E6231. Grayscale: #ADADAD. Windows color (decimal): -4088370 or 13540801. OLE color: 13540801.

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

Color convert

RGB193157206-
CMYK0.060.2400.19
HSL284.08º33.33%71.18%-
HSV(B)284.08º23.79%80.78%-
XYZ45.1939.9163.71-
YUV173.35146.43142.02-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.71%
GREEN value IS 157 (61.72% from 255) = 28.24%
BLUE value IS 206 (80.86% from 255) = 37.05%
R=34.71%
G=28.24%
B=37.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1931572060.060.2400.19284.0833.3371.18
HexC19DCE61801311c2147
Octal30123531663002343441107
Binary110000011001110111001110110110000100111000111001000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19DCE; }

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

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

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

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

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

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

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

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