#C192E1

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

Shades of Wisteria #C192E1

Tints of Wisteria #C192E1

Color information

#C192E1 (or 0xC192E1) is unknown color: approx Wisteria. HEX triplet: C1, 92 and E1. RGB value is (193,146,225). Sum of RGB (Red+Green+Blue) = 193+146+225=564 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.22% from 564); Green value is 146 (57.42% from 255 or 25.89% from 564); Blue value is 225 (88.28% from 255 or 39.89% from 564); Max value from RGB is 225 - color contains mainly: blue. Hex color #C192E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C192E1 is #3E6D1E. Grayscale: #A8A8A8. Windows color (decimal): -4091167 or 14783169. OLE color: 14783169.

HSL color Cylindrical-coordinate representation of color #C192E1: hue angle of 275.7º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C192E1 is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB193146225-
CMYK0.140.3500.12
HSL275.7º56.83%72.75%-
HSV(B)275.7º35.11%88.24%-
XYZ45.8637.3376.02-
YUV169.06159.57145.08-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.22%
GREEN value IS 146 (57.42% from 255) = 25.89%
BLUE value IS 225 (88.28% from 255) = 39.89%
R=34.22%
G=25.89%
B=39.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1931462250.140.3500.12275.756.8372.75
HexC192E1E230C1143949
Octal301222341164301442471111
Binary1100000110010010111000011110100011011001000101001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C192E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C192E1; }

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

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

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

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

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

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

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

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