#C994D8

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

Shades of Wisteria #C994D8

Tints of Wisteria #C994D8

Color information

#C994D8 (or 0xC994D8) is unknown color: approx Wisteria. HEX triplet: C9, 94 and D8. RGB value is (201,148,216). Sum of RGB (Red+Green+Blue) = 201+148+216=565 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.58% from 565); Green value is 148 (58.20% from 255 or 26.19% from 565); Blue value is 216 (84.77% from 255 or 38.23% from 565); Max value from RGB is 216 - color contains mainly: blue. Hex color #C994D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C994D8 is #366B27. Grayscale: #ABABAB. Windows color (decimal): -3566376 or 14193865. OLE color: 14193865.

HSL color Cylindrical-coordinate representation of color #C994D8: hue angle of 286.76º 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 #C994D8 is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB201148216-
CMYK0.070.3100.15
HSL286.76º46.58%71.37%-
HSV(B)286.76º31.48%84.71%-
XYZ47.0738.5669.93-
YUV171.6153.06148.97-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.58%
GREEN value IS 148 (58.20% from 255) = 26.19%
BLUE value IS 216 (84.77% from 255) = 38.23%
R=35.58%
G=26.19%
B=38.23%

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
Decimal2011482160.070.3100.15286.7646.5871.37
HexC994D871F0F11f2f47
Octal31122433073701743757107
Binary11001001100101001101100011111111011111000111111011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C994D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C994D8; }

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

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

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

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

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

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

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

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