#C281E1

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

Shades of Wisteria #C281E1

Tints of Wisteria #C281E1

Color information

#C281E1 (or 0xC281E1) is unknown color: approx Wisteria. HEX triplet: C2, 81 and E1. RGB value is (194,129,225). Sum of RGB (Red+Green+Blue) = 194+129+225=548 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.40% from 548); Green value is 129 (50.78% from 255 or 23.54% from 548); Blue value is 225 (88.28% from 255 or 41.06% from 548); Max value from RGB is 225 - color contains mainly: blue. Hex color #C281E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C281E1 is #3D7E1E. Grayscale: #9F9F9F. Windows color (decimal): -4029983 or 14778818. OLE color: 14778818.

HSL color Cylindrical-coordinate representation of color #C281E1: hue angle of 280.62º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C281E1 is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB194129225-
CMYK0.140.4300.12
HSL280.62º61.54%69.41%-
HSV(B)280.62º42.67%88.24%-
XYZ43.6932.6175.23-
YUV159.38165.03152.69-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.40%
GREEN value IS 129 (50.78% from 255) = 23.54%
BLUE value IS 225 (88.28% from 255) = 41.06%
R=35.40%
G=23.54%
B=41.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1941292250.140.4300.12280.6261.5469.41
HexC281E1E2B0C1193e45
Octal302201341165301443176105
Binary1100001010000001111000011110101011011001000110011111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C281E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C281E1; }

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

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

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

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

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

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

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

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