#C192DA

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

Shades of Wisteria #C192DA

Tints of Wisteria #C192DA

Color information

#C192DA (or 0xC192DA) is unknown color: approx Wisteria. HEX triplet: C1, 92 and DA. RGB value is (193,146,218). Sum of RGB (Red+Green+Blue) = 193+146+218=557 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.65% from 557); Green value is 146 (57.42% from 255 or 26.21% from 557); Blue value is 218 (85.55% from 255 or 39.14% from 557); Max value from RGB is 218 - color contains mainly: blue. Hex color #C192DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C192DA is #3E6D25. Grayscale: #A8A8A8. Windows color (decimal): -4091174 or 14324417. OLE color: 14324417.

HSL color Cylindrical-coordinate representation of color #C192DA: hue angle of 279.17º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C192DA is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB193146218-
CMYK0.110.3300.15
HSL279.17º49.32%71.37%-
HSV(B)279.17º33.03%85.49%-
XYZ44.9336.9671.1-
YUV168.26156.07145.65-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.65%
GREEN value IS 146 (57.42% from 255) = 26.21%
BLUE value IS 218 (85.55% from 255) = 39.14%
R=34.65%
G=26.21%
B=39.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1931462180.110.3300.15279.1749.3271.37
HexC192DAB210F1173147
Octal301222332134101742761107
Binary1100000110010010110110101011100001011111000101111100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C192DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C192DA; }

 p { color: rgb(193,146,218); }

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

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

 a { background-color: rgb(193,146,218); }

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

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

 span { border-color: rgb(193,146,218); }

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