#C380EE

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

Shades of Wisteria #C380EE

Tints of Wisteria #C380EE

Color information

#C380EE (or 0xC380EE) is unknown color: approx Wisteria. HEX triplet: C3, 80 and EE. RGB value is (195,128,238). Sum of RGB (Red+Green+Blue) = 195+128+238=561 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.76% from 561); Green value is 128 (50.39% from 255 or 22.82% from 561); Blue value is 238 (93.36% from 255 or 42.42% from 561); Max value from RGB is 238 - color contains mainly: blue. Hex color #C380EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C380EE is #3C7F11. Grayscale: #A0A0A0. Windows color (decimal): -3964690 or 15630531. OLE color: 15630531.

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

Color convert

RGB195128238-
CMYK0.180.4600.07
HSL276.55º76.39%71.76%-
HSV(B)276.55º46.22%93.33%-
XYZ45.6633.2184.89-
YUV160.57171.7152.56-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.76%
GREEN value IS 128 (50.39% from 255) = 22.82%
BLUE value IS 238 (93.36% from 255) = 42.42%
R=34.76%
G=22.82%
B=42.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1951282380.180.4600.07276.5576.3971.76
HexC380EE122E071154c48
Octal303200356225607425114110
Binary11000011100000001110111010010101110011110001010110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C380EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C380EE; }

 p { color: rgb(195,128,238); }

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

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

 a { background-color: rgb(195,128,238); }

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

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

 span { border-color: rgb(195,128,238); }

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