#C090EB

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

Shades of Wisteria #C090EB

Tints of Wisteria #C090EB

Color information

#C090EB (or 0xC090EB) is unknown color: approx Wisteria. HEX triplet: C0, 90 and EB. RGB value is (192,144,235). Sum of RGB (Red+Green+Blue) = 192+144+235=571 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.63% from 571); Green value is 144 (56.64% from 255 or 25.22% from 571); Blue value is 235 (92.19% from 255 or 41.16% from 571); Max value from RGB is 235 - color contains mainly: blue. Hex color #C090EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C090EB is #3F6F14. Grayscale: #A8A8A8. Windows color (decimal): -4157205 or 15438016. OLE color: 15438016.

HSL color Cylindrical-coordinate representation of color #C090EB: hue angle of 271.65º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C090EB is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB192144235-
CMYK0.180.3900.08
HSL271.65º69.47%74.31%-
HSV(B)271.65º38.72%92.16%-
XYZ46.7137.1583.31-
YUV168.73165.4144.6-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.63%
GREEN value IS 144 (56.64% from 255) = 25.22%
BLUE value IS 235 (92.19% from 255) = 41.16%
R=33.63%
G=25.22%
B=41.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1921442350.180.3900.08271.6569.4774.31
HexC090EB122708110454a
Octal3002203532247010420105112
Binary110000001001000011101011100101001110100010001000010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C090EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C090EB; }

 p { color: rgb(192,144,235); }

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

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

 a { background-color: rgb(192,144,235); }

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

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

 span { border-color: rgb(192,144,235); }

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