#C884EB

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

Shades of Wisteria #C884EB

Tints of Wisteria #C884EB

Color information

#C884EB (or 0xC884EB) is unknown color: approx Wisteria. HEX triplet: C8, 84 and EB. RGB value is (200,132,235). Sum of RGB (Red+Green+Blue) = 200+132+235=567 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.27% from 567); Green value is 132 (51.95% from 255 or 23.28% from 567); Blue value is 235 (92.19% from 255 or 41.45% from 567); Max value from RGB is 235 - color contains mainly: blue. Hex color #C884EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C884EB is #377B14. Grayscale: #A3A3A3. Windows color (decimal): -3635989 or 15434952. OLE color: 15434952.

HSL color Cylindrical-coordinate representation of color #C884EB: hue angle of 279.61º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C884EB is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB200132235-
CMYK0.150.4400.08
HSL279.61º72.03%71.96%-
HSV(B)279.61º43.83%92.16%-
XYZ47.0734.7882.83-
YUV164.07168.03153.62-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.27%
GREEN value IS 132 (51.95% from 255) = 23.28%
BLUE value IS 235 (92.19% from 255) = 41.45%
R=35.27%
G=23.28%
B=41.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2001322350.150.4400.08279.6172.0371.96
HexC884EBF2C081184848
Octal3102043531754010430110110
Binary11001000100001001110101111111011000100010001100010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C884EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C884EB; }

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

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

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

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

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

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

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

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