#C894DE

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

Shades of Wisteria #C894DE

Tints of Wisteria #C894DE

Color information

#C894DE (or 0xC894DE) is unknown color: approx Wisteria. HEX triplet: C8, 94 and DE. RGB value is (200,148,222). Sum of RGB (Red+Green+Blue) = 200+148+222=570 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.09% from 570); Green value is 148 (58.20% from 255 or 25.96% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 222 - color contains mainly: blue. Hex color #C894DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C894DE is #376B21. Grayscale: #ABABAB. Windows color (decimal): -3631906 or 14587080. OLE color: 14587080.

HSL color Cylindrical-coordinate representation of color #C894DE: hue angle of 282.16º 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 #C894DE is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB200148222-
CMYK0.100.3300.13
HSL282.16º52.86%72.55%-
HSV(B)282.16º33.33%87.06%-
XYZ47.5938.7374.07-
YUV171.98156.23147.98-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.09%
GREEN value IS 148 (58.20% from 255) = 25.96%
BLUE value IS 222 (87.11% from 255) = 38.95%
R=35.09%
G=25.96%
B=38.95%

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
Decimal2001482220.100.3300.13282.1652.8672.55
HexC894DEA210D11a3549
Octal310224336124101543265111
Binary1100100010010100110111101010100001011011000110101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C894DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C894DE; }

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

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

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

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

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

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

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

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