#C281E0

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

Shades of Wisteria #C281E0

Tints of Wisteria #C281E0

Color information

#C281E0 (or 0xC281E0) is unknown color: approx Wisteria. HEX triplet: C2, 81 and E0. RGB value is (194,129,224). Sum of RGB (Red+Green+Blue) = 194+129+224=547 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.47% from 547); Green value is 129 (50.78% from 255 or 23.58% from 547); Blue value is 224 (87.89% from 255 or 40.95% from 547); Max value from RGB is 224 - color contains mainly: blue. Hex color #C281E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C281E0 is #3D7E1F. Grayscale: #9E9E9E. Windows color (decimal): -4029984 or 14713282. OLE color: 14713282.

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

Color convert

RGB194129224-
CMYK0.130.4200.12
HSL281.05º60.51%69.22%-
HSV(B)281.05º42.41%87.84%-
XYZ43.5532.5574.51-
YUV159.26164.53152.78-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.47%
GREEN value IS 129 (50.78% from 255) = 23.58%
BLUE value IS 224 (87.89% from 255) = 40.95%
R=35.47%
G=23.58%
B=40.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1941292240.130.4200.12281.0560.5169.22
HexC281E0D2A0C1193d45
Octal302201340155201443175105
Binary1100001010000001111000001101101010011001000110011111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C281E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C281E0; }

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

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

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

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

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

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

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

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