#C380E6

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

Shades of Wisteria #C380E6

Tints of Wisteria #C380E6

Color information

#C380E6 (or 0xC380E6) is unknown color: approx Wisteria. HEX triplet: C3, 80 and E6. RGB value is (195,128,230). Sum of RGB (Red+Green+Blue) = 195+128+230=553 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.26% from 553); Green value is 128 (50.39% from 255 or 23.15% from 553); Blue value is 230 (90.23% from 255 or 41.59% from 553); Max value from RGB is 230 - color contains mainly: blue. Hex color #C380E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C380E6 is #3C7F19. Grayscale: #9F9F9F. Windows color (decimal): -3964698 or 15106243. OLE color: 15106243.

HSL color Cylindrical-coordinate representation of color #C380E6: hue angle of 279.41º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C380E6 is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB195128230-
CMYK0.150.4400.10
HSL279.41º67.11%70.2%-
HSV(B)279.41º44.35%90.2%-
XYZ44.5132.7578.84-
YUV159.66167.7153.21-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.26%
GREEN value IS 128 (50.39% from 255) = 23.15%
BLUE value IS 230 (90.23% from 255) = 41.59%
R=35.26%
G=23.15%
B=41.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1951282300.150.4400.10279.4167.1170.2
HexC380E6F2C0A1174346
Octal3032003461754012427103106
Binary11000011100000001110011011111011000101010001011110000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C380E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C380E6; }

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

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

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

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

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

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

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

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