#C190EF

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

Shades of Wisteria #C190EF

Tints of Wisteria #C190EF

Color information

#C190EF (or 0xC190EF) is unknown color: approx Wisteria. HEX triplet: C1, 90 and EF. RGB value is (193,144,239). Sum of RGB (Red+Green+Blue) = 193+144+239=576 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.51% from 576); Green value is 144 (56.64% from 255 or 25% from 576); Blue value is 239 (93.75% from 255 or 41.49% from 576); Max value from RGB is 239 - color contains mainly: blue. Hex color #C190EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C190EF is #3E6F10. Grayscale: #A9A9A9. Windows color (decimal): -4091665 or 15700161. OLE color: 15700161.

HSL color Cylindrical-coordinate representation of color #C190EF: hue angle of 270.95º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C190EF is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB193144239-
CMYK0.190.4000.06
HSL270.95º74.8%75.1%-
HSV(B)270.95º39.75%93.73%-
XYZ47.5537.5286.4-
YUV169.48167.23144.78-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.51%
GREEN value IS 144 (56.64% from 255) = 25%
BLUE value IS 239 (93.75% from 255) = 41.49%
R=33.51%
G=25%
B=41.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1931442390.190.4000.06270.9574.875.1
HexC190EF13280610f4b4b
Octal301220357235006417113113
Binary11000001100100001110111110011101000011010000111110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C190EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C190EF; }

 p { color: rgb(193,144,239); }

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

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

 a { background-color: rgb(193,144,239); }

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

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

 span { border-color: rgb(193,144,239); }

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