#C192ED

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

Shades of Wisteria #C192ED

Tints of Wisteria #C192ED

Color information

#C192ED (or 0xC192ED) is unknown color: approx Wisteria. HEX triplet: C1, 92 and ED. RGB value is (193,146,237). Sum of RGB (Red+Green+Blue) = 193+146+237=576 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.51% from 576); Green value is 146 (57.42% from 255 or 25.35% from 576); Blue value is 237 (92.97% from 255 or 41.15% from 576); Max value from RGB is 237 - color contains mainly: blue. Hex color #C192ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C192ED is #3E6D12. Grayscale: #AAAAAA. Windows color (decimal): -4091155 or 15569601. OLE color: 15569601.

HSL color Cylindrical-coordinate representation of color #C192ED: hue angle of 270.99º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C192ED is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB193146237-
CMYK0.190.3800.07
HSL270.99º71.65%75.1%-
HSV(B)270.99º38.4%92.94%-
XYZ47.5638.0184.95-
YUV170.43165.57144.1-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.51%
GREEN value IS 146 (57.42% from 255) = 25.35%
BLUE value IS 237 (92.97% from 255) = 41.15%
R=33.51%
G=25.35%
B=41.15%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1931462370.190.3800.07270.9971.6575.1
HexC192ED13260710f484b
Octal301222355234607417110113
Binary11000001100100101110110110011100110011110000111110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C192ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C192ED; }

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

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

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

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

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

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

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

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