#C390DE

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

Shades of Wisteria #C390DE

Tints of Wisteria #C390DE

Color information

#C390DE (or 0xC390DE) is unknown color: approx Wisteria. HEX triplet: C3, 90 and DE. RGB value is (195,144,222). Sum of RGB (Red+Green+Blue) = 195+144+222=561 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.76% from 561); Green value is 144 (56.64% from 255 or 25.67% from 561); Blue value is 222 (87.11% from 255 or 39.57% from 561); Max value from RGB is 222 - color contains mainly: blue. Hex color #C390DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C390DE is #3C6F21. Grayscale: #A7A7A7. Windows color (decimal): -3960610 or 14586051. OLE color: 14586051.

HSL color Cylindrical-coordinate representation of color #C390DE: hue angle of 279.23º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C390DE is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB195144222-
CMYK0.120.3500.13
HSL279.23º54.17%71.76%-
HSV(B)279.23º35.14%87.06%-
XYZ45.6636.8273.81-
YUV168.14158.4147.16-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.76%
GREEN value IS 144 (56.64% from 255) = 25.67%
BLUE value IS 222 (87.11% from 255) = 39.57%
R=34.76%
G=25.67%
B=39.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1951442220.120.3500.13279.2354.1771.76
HexC390DEC230D1173648
Octal303220336144301542766110
Binary1100001110010000110111101100100011011011000101111101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C390DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C390DE; }

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

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

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

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

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

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

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

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