#C190ED

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

Shades of Wisteria #C190ED

Tints of Wisteria #C190ED

Color information

#C190ED (or 0xC190ED) is unknown color: approx Wisteria. HEX triplet: C1, 90 and ED. RGB value is (193,144,237). Sum of RGB (Red+Green+Blue) = 193+144+237=574 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.62% from 574); Green value is 144 (56.64% from 255 or 25.09% from 574); Blue value is 237 (92.97% from 255 or 41.29% from 574); Max value from RGB is 237 - color contains mainly: blue. Hex color #C190ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C190ED is #3E6F12. Grayscale: #A8A8A8. Windows color (decimal): -4091667 or 15569089. OLE color: 15569089.

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

Color convert

RGB193144237-
CMYK0.190.3900.07
HSL271.61º72.09%74.71%-
HSV(B)271.61º39.24%92.94%-
XYZ47.2537.484.85-
YUV169.25166.23144.94-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.62%
GREEN value IS 144 (56.64% from 255) = 25.09%
BLUE value IS 237 (92.97% from 255) = 41.29%
R=33.62%
G=25.09%
B=41.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1931442370.190.3900.07271.6172.0974.71
HexC190ED132707110484b
Octal301220355234707420110113
Binary11000001100100001110110110011100111011110001000010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C190ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C190ED; }

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

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

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

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

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

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

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

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