#C895DE

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

Shades of Wisteria #C895DE

Tints of Wisteria #C895DE

Color information

#C895DE (or 0xC895DE) is unknown color: approx Wisteria. HEX triplet: C8, 95 and DE. RGB value is (200,149,222). Sum of RGB (Red+Green+Blue) = 200+149+222=571 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.03% from 571); Green value is 149 (58.59% from 255 or 26.09% from 571); Blue value is 222 (87.11% from 255 or 38.88% from 571); Max value from RGB is 222 - color contains mainly: blue. Hex color #C895DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C895DE is #376A21. Grayscale: #ACACAC. Windows color (decimal): -3631650 or 14587336. OLE color: 14587336.

HSL color Cylindrical-coordinate representation of color #C895DE: hue angle of 281.92º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C895DE is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB200149222-
CMYK0.100.3300.13
HSL281.92º52.52%72.75%-
HSV(B)281.92º32.88%87.06%-
XYZ47.7539.0574.13-
YUV172.57155.9147.56-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.03%
GREEN value IS 149 (58.59% from 255) = 26.09%
BLUE value IS 222 (87.11% from 255) = 38.88%
R=35.03%
G=26.09%
B=38.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2001492220.100.3300.13281.9252.5272.75
HexC895DEA210D11a3549
Octal310225336124101543265111
Binary1100100010010101110111101010100001011011000110101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C895DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C895DE; }

 p { color: rgb(200,149,222); }

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

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

 a { background-color: rgb(200,149,222); }

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

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

 span { border-color: rgb(200,149,222); }

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