#C894D8

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

Shades of Wisteria #C894D8

Tints of Wisteria #C894D8

Color information

#C894D8 (or 0xC894D8) is unknown color: approx Wisteria. HEX triplet: C8, 94 and D8. RGB value is (200,148,216). Sum of RGB (Red+Green+Blue) = 200+148+216=564 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.46% from 564); Green value is 148 (58.20% from 255 or 26.24% from 564); Blue value is 216 (84.77% from 255 or 38.30% from 564); Max value from RGB is 216 - color contains mainly: blue. Hex color #C894D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C894D8 is #376B27. Grayscale: #ABABAB. Windows color (decimal): -3631912 or 14193864. OLE color: 14193864.

HSL color Cylindrical-coordinate representation of color #C894D8: hue angle of 285.88º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C894D8 is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB200148216-
CMYK0.070.3100.15
HSL285.88º46.58%71.37%-
HSV(B)285.88º31.48%84.71%-
XYZ46.838.4269.91-
YUV171.3153.23148.47-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.46%
GREEN value IS 148 (58.20% from 255) = 26.24%
BLUE value IS 216 (84.77% from 255) = 38.30%
R=35.46%
G=26.24%
B=38.30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2001482160.070.3100.15285.8846.5871.37
HexC894D871F0F11e2f47
Octal31022433073701743657107
Binary11001000100101001101100011111111011111000111101011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C894D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C894D8; }

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

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

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

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

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

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

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

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