#C281DD

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

Shades of Wisteria #C281DD

Tints of Wisteria #C281DD

Color information

#C281DD (or 0xC281DD) is unknown color: approx Wisteria. HEX triplet: C2, 81 and DD. RGB value is (194,129,221). Sum of RGB (Red+Green+Blue) = 194+129+221=544 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.66% from 544); Green value is 129 (50.78% from 255 or 23.71% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: blue. Hex color #C281DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C281DD is #3D7E22. Grayscale: #9E9E9E. Windows color (decimal): -4029987 or 14516674. OLE color: 14516674.

HSL color Cylindrical-coordinate representation of color #C281DD: hue angle of 282.39º 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 #C281DD is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB194129221-
CMYK0.120.4200.13
HSL282.39º57.5%68.63%-
HSV(B)282.39º41.63%86.67%-
XYZ43.1532.3972.38-
YUV158.92163.03153.02-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.66%
GREEN value IS 129 (50.78% from 255) = 23.71%
BLUE value IS 221 (86.72% from 255) = 40.62%
R=35.66%
G=23.71%
B=40.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1941292210.120.4200.13282.3957.568.63
HexC281DDC2A0D11a3a45
Octal302201335145201543272105
Binary1100001010000001110111011100101010011011000110101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C281DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C281DD; }

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

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

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

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

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

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

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

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