#C19ACC

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

Shades of Wisteria #C19ACC

Tints of Wisteria #C19ACC

Color information

#C19ACC (or 0xC19ACC) is unknown color: approx Wisteria. HEX triplet: C1, 9A and CC. RGB value is (193,154,204). Sum of RGB (Red+Green+Blue) = 193+154+204=551 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.03% from 551); Green value is 154 (60.55% from 255 or 27.95% from 551); Blue value is 204 (80.08% from 255 or 37.02% from 551); Max value from RGB is 204 - color contains mainly: blue. Hex color #C19ACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19ACC is #3E6533. Grayscale: #ABABAB. Windows color (decimal): -4089140 or 13408961. OLE color: 13408961.

HSL color Cylindrical-coordinate representation of color #C19ACC: hue angle of 286.8º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C19ACC is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB193154204-
CMYK0.050.2500.2
HSL286.8º32.89%70.2%-
HSV(B)286.8º24.51%80%-
XYZ44.4538.8162.27-
YUV171.36146.42143.43-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.03%
GREEN value IS 154 (60.55% from 255) = 27.95%
BLUE value IS 204 (80.08% from 255) = 37.02%
R=35.03%
G=27.95%
B=37.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1931542040.050.2500.2286.832.8970.2
HexC19ACC51901411f2146
Octal30123231453102443741106
Binary110000011001101011001100101110010101001000111111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19ACC; }

 p { color: rgb(193,154,204); }

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

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

 a { background-color: rgb(193,154,204); }

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

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

 span { border-color: rgb(193,154,204); }

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