#C192DC

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

Shades of Wisteria #C192DC

Tints of Wisteria #C192DC

Color information

#C192DC (or 0xC192DC) is unknown color: approx Wisteria. HEX triplet: C1, 92 and DC. RGB value is (193,146,220). Sum of RGB (Red+Green+Blue) = 193+146+220=559 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.53% from 559); Green value is 146 (57.42% from 255 or 26.12% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 220 - color contains mainly: blue. Hex color #C192DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C192DC is #3E6D23. Grayscale: #A8A8A8. Windows color (decimal): -4091172 or 14455489. OLE color: 14455489.

HSL color Cylindrical-coordinate representation of color #C192DC: hue angle of 278.11º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C192DC is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB193146220-
CMYK0.120.3400.14
HSL278.11º51.39%71.76%-
HSV(B)278.11º33.64%86.27%-
XYZ45.1937.0672.48-
YUV168.49157.07145.48-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.53%
GREEN value IS 146 (57.42% from 255) = 26.12%
BLUE value IS 220 (86.33% from 255) = 39.36%
R=34.53%
G=26.12%
B=39.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1931462200.120.3400.14278.1151.3971.76
HexC192DCC220E1163348
Octal301222334144201642663110
Binary1100000110010010110111001100100010011101000101101100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C192DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C192DC; }

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

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

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

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

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

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

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

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