#C481DD

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

Shades of Wisteria #C481DD

Tints of Wisteria #C481DD

Color information

#C481DD (or 0xC481DD) is unknown color: approx Wisteria. HEX triplet: C4, 81 and DD. RGB value is (196,129,221). Sum of RGB (Red+Green+Blue) = 196+129+221=546 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.90% from 546); Green value is 129 (50.78% from 255 or 23.63% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #C481DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C481DD is #3B7E22. Grayscale: #9F9F9F. Windows color (decimal): -3898915 or 14516676. OLE color: 14516676.

HSL color Cylindrical-coordinate representation of color #C481DD: hue angle of 283.7º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C481DD is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB196129221-
CMYK0.110.4200.13
HSL283.7º57.5%68.63%-
HSV(B)283.7º41.63%86.67%-
XYZ43.6732.6672.41-
YUV159.52162.7154.02-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.90%
GREEN value IS 129 (50.78% from 255) = 23.63%
BLUE value IS 221 (86.72% from 255) = 40.48%
R=35.90%
G=23.63%
B=40.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1961292210.110.4200.13283.757.568.63
HexC481DDB2A0D11c3a45
Octal304201335135201543472105
Binary1100010010000001110111011011101010011011000111001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C481DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C481DD; }

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

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

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

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

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

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

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

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