#C481E6

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

Shades of Wisteria #C481E6

Tints of Wisteria #C481E6

Color information

#C481E6 (or 0xC481E6) is unknown color: approx Wisteria. HEX triplet: C4, 81 and E6. RGB value is (196,129,230). Sum of RGB (Red+Green+Blue) = 196+129+230=555 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.32% from 555); Green value is 129 (50.78% from 255 or 23.24% from 555); Blue value is 230 (90.23% from 255 or 41.44% from 555); Max value from RGB is 230 - color contains mainly: blue. Hex color #C481E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C481E6 is #3B7E19. Grayscale: #A0A0A0. Windows color (decimal): -3898906 or 15106500. OLE color: 15106500.

HSL color Cylindrical-coordinate representation of color #C481E6: hue angle of 279.8º 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 #C481E6 is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB196129230-
CMYK0.150.4400.10
HSL279.8º66.89%70.39%-
HSV(B)279.8º43.91%90.2%-
XYZ44.933.1578.9-
YUV160.55167.2153.29-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.32%
GREEN value IS 129 (50.78% from 255) = 23.24%
BLUE value IS 230 (90.23% from 255) = 41.44%
R=35.32%
G=23.24%
B=41.44%

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
Decimal1961292300.150.4400.10279.866.8970.39
HexC481E6F2C0A1184346
Octal3042013461754012430103106
Binary11000100100000011110011011111011000101010001100010000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C481E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C481E6; }

 p { color: rgb(196,129,230); }

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

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

 a { background-color: rgb(196,129,230); }

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

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

 span { border-color: rgb(196,129,230); }

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