#C390EF

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

Shades of Wisteria #C390EF

Tints of Wisteria #C390EF

Color information

#C390EF (or 0xC390EF) is unknown color: approx Wisteria. HEX triplet: C3, 90 and EF. RGB value is (195,144,239). Sum of RGB (Red+Green+Blue) = 195+144+239=578 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.74% from 578); Green value is 144 (56.64% from 255 or 24.91% from 578); Blue value is 239 (93.75% from 255 or 41.35% from 578); Max value from RGB is 239 - color contains mainly: blue. Hex color #C390EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C390EF is #3C6F10. Grayscale: #A9A9A9. Windows color (decimal): -3960593 or 15700163. OLE color: 15700163.

HSL color Cylindrical-coordinate representation of color #C390EF: hue angle of 272.21º 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 #C390EF is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB195144239-
CMYK0.180.4000.06
HSL272.21º74.8%75.1%-
HSV(B)272.21º39.75%93.73%-
XYZ48.0637.7886.42-
YUV170.08166.9145.78-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.74%
GREEN value IS 144 (56.64% from 255) = 24.91%
BLUE value IS 239 (93.75% from 255) = 41.35%
R=33.74%
G=24.91%
B=41.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1951442390.180.4000.06272.2174.875.1
HexC390EF1228061104b4b
Octal303220357225006420113113
Binary11000011100100001110111110010101000011010001000010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C390EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C390EF; }

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

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

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

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

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

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

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

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