#C289E0

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

Shades of Wisteria #C289E0

Tints of Wisteria #C289E0

Color information

#C289E0 (or 0xC289E0) is unknown color: approx Wisteria. HEX triplet: C2, 89 and E0. RGB value is (194,137,224). Sum of RGB (Red+Green+Blue) = 194+137+224=555 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.95% from 555); Green value is 137 (53.91% from 255 or 24.68% from 555); Blue value is 224 (87.89% from 255 or 40.36% from 555); Max value from RGB is 224 - color contains mainly: blue. Hex color #C289E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C289E0 is #3D761F. Grayscale: #A3A3A3. Windows color (decimal): -4027936 or 14715330. OLE color: 14715330.

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

Color convert

RGB194137224-
CMYK0.130.3900.12
HSL279.31º58.39%70.78%-
HSV(B)279.31º38.84%87.84%-
XYZ44.6534.7474.87-
YUV163.96161.88149.43-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.95%
GREEN value IS 137 (53.91% from 255) = 24.68%
BLUE value IS 224 (87.89% from 255) = 40.36%
R=34.95%
G=24.68%
B=40.36%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1941372240.130.3900.12279.3158.3970.78
HexC289E0D270C1173a47
Octal302211340154701442772107
Binary1100001010001001111000001101100111011001000101111110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C289E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C289E0; }

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

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

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

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

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

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

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

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