#C894DA

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

Shades of Wisteria #C894DA

Tints of Wisteria #C894DA

Color information

#C894DA (or 0xC894DA) is unknown color: approx Wisteria. HEX triplet: C8, 94 and DA. RGB value is (200,148,218). Sum of RGB (Red+Green+Blue) = 200+148+218=566 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.34% from 566); Green value is 148 (58.20% from 255 or 26.15% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 218 - color contains mainly: blue. Hex color #C894DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C894DA is #376B25. Grayscale: #ABABAB. Windows color (decimal): -3631910 or 14324936. OLE color: 14324936.

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

Color convert

RGB200148218-
CMYK0.080.3200.15
HSL284.57º48.61%71.76%-
HSV(B)284.57º32.11%85.49%-
XYZ47.0638.5271.28-
YUV171.53154.23148.31-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.34%
GREEN value IS 148 (58.20% from 255) = 26.15%
BLUE value IS 218 (85.55% from 255) = 38.52%
R=35.34%
G=26.15%
B=38.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2001482180.080.3200.15284.5748.6171.76
HexC894DA8200F11d3148
Octal310224332104001743561110
Binary1100100010010100110110101000100000011111000111011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C894DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C894DA; }

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

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

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

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

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

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

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

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