#C999D8

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

Shades of Wisteria #C999D8

Tints of Wisteria #C999D8

Color information

#C999D8 (or 0xC999D8) is unknown color: approx Wisteria. HEX triplet: C9, 99 and D8. RGB value is (201,153,216). Sum of RGB (Red+Green+Blue) = 201+153+216=570 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.26% from 570); Green value is 153 (60.16% from 255 or 26.84% from 570); Blue value is 216 (84.77% from 255 or 37.89% from 570); Max value from RGB is 216 - color contains mainly: blue. Hex color #C999D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C999D8 is #366627. Grayscale: #AEAEAE. Windows color (decimal): -3565096 or 14195145. OLE color: 14195145.

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

Color convert

RGB201153216-
CMYK0.070.2900.15
HSL285.71º44.68%72.35%-
HSV(B)285.71º29.17%84.71%-
XYZ47.8740.1670.19-
YUV174.53151.4146.88-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.26%
GREEN value IS 153 (60.16% from 255) = 26.84%
BLUE value IS 216 (84.77% from 255) = 37.89%
R=35.26%
G=26.84%
B=37.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2011532160.070.2900.15285.7144.6872.35
HexC999D871D0F11e2d48
Octal31123133073501743655110
Binary11001001100110011101100011111101011111000111101011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C999D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C999D8; }

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

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

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

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

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

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

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

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