#C884E3

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

Shades of Wisteria #C884E3

Tints of Wisteria #C884E3

Color information

#C884E3 (or 0xC884E3) is unknown color: approx Wisteria. HEX triplet: C8, 84 and E3. RGB value is (200,132,227). Sum of RGB (Red+Green+Blue) = 200+132+227=559 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.78% from 559); Green value is 132 (51.95% from 255 or 23.61% from 559); Blue value is 227 (89.06% from 255 or 40.61% from 559); Max value from RGB is 227 - color contains mainly: blue. Hex color #C884E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C884E3 is #377B1C. Grayscale: #A2A2A2. Windows color (decimal): -3635997 or 14910664. OLE color: 14910664.

HSL color Cylindrical-coordinate representation of color #C884E3: hue angle of 282.95º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C884E3 is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB200132227-
CMYK0.120.4200.11
HSL282.95º62.91%70.39%-
HSV(B)282.95º41.85%89.02%-
XYZ45.9434.3376.88-
YUV163.16164.03154.28-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.78%
GREEN value IS 132 (51.95% from 255) = 23.61%
BLUE value IS 227 (89.06% from 255) = 40.61%
R=35.78%
G=23.61%
B=40.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2001322270.120.4200.11282.9562.9170.39
HexC884E3C2A0B11b3f46
Octal310204343145201343377106
Binary1100100010000100111000111100101010010111000110111111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C884E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C884E3; }

 p { color: rgb(200,132,227); }

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

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

 a { background-color: rgb(200,132,227); }

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

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

 span { border-color: rgb(200,132,227); }

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