#C190FB

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

Shades of Wisteria #C190FB

Tints of Wisteria #C190FB

Color information

#C190FB (or 0xC190FB) is unknown color: approx Wisteria. HEX triplet: C1, 90 and FB. RGB value is (193,144,251). Sum of RGB (Red+Green+Blue) = 193+144+251=588 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.82% from 588); Green value is 144 (56.64% from 255 or 24.49% from 588); Blue value is 251 (98.44% from 255 or 42.69% from 588); Max value from RGB is 251 - color contains mainly: blue. Hex color #C190FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C190FB is #3E6F04. Grayscale: #AAAAAA. Windows color (decimal): -4091653 or 16486593. OLE color: 16486593.

HSL color Cylindrical-coordinate representation of color #C190FB: hue angle of 267.48º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C190FB is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB193144251-
CMYK0.230.4300.02
HSL267.48º93.04%77.45%-
HSV(B)267.48º42.63%98.43%-
XYZ49.3838.2596.05-
YUV170.85173.23143.8-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.82%
GREEN value IS 144 (56.64% from 255) = 24.49%
BLUE value IS 251 (98.44% from 255) = 42.69%
R=32.82%
G=24.49%
B=42.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1931442510.230.4300.02267.4893.0477.45
HexC190FB172B0210b5d4d
Octal301220373275302413135115
Binary1100000110010000111110111011110101101010000101110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C190FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C190FB; }

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

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

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

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

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

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

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

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