#C192D8

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

Shades of Wisteria #C192D8

Tints of Wisteria #C192D8

Color information

#C192D8 (or 0xC192D8) is unknown color: approx Wisteria. HEX triplet: C1, 92 and D8. RGB value is (193,146,216). Sum of RGB (Red+Green+Blue) = 193+146+216=555 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.77% from 555); Green value is 146 (57.42% from 255 or 26.31% from 555); Blue value is 216 (84.77% from 255 or 38.92% from 555); Max value from RGB is 216 - color contains mainly: blue. Hex color #C192D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C192D8 is #3E6D27. Grayscale: #A7A7A7. Windows color (decimal): -4091176 or 14193345. OLE color: 14193345.

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

Color convert

RGB193146216-
CMYK0.110.3200.15
HSL280.29º47.3%70.98%-
HSV(B)280.29º32.41%84.71%-
XYZ44.6736.8569.72-
YUV168.03155.07145.81-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.77%
GREEN value IS 146 (57.42% from 255) = 26.31%
BLUE value IS 216 (84.77% from 255) = 38.92%
R=34.77%
G=26.31%
B=38.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1931462160.110.3200.15280.2947.370.98
HexC192D8B200F1182f47
Octal301222330134001743057107
Binary1100000110010010110110001011100000011111000110001011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C192D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C192D8; }

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

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

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

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

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

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

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

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