#C99AD7

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

Shades of Wisteria #C99AD7

Tints of Wisteria #C99AD7

Color information

#C99AD7 (or 0xC99AD7) is unknown color: approx Wisteria. HEX triplet: C9, 9A and D7. RGB value is (201,154,215). Sum of RGB (Red+Green+Blue) = 201+154+215=570 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.26% from 570); Green value is 154 (60.55% from 255 or 27.02% from 570); Blue value is 215 (84.38% from 255 or 37.72% from 570); Max value from RGB is 215 - color contains mainly: blue. Hex color #C99AD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99AD7 is #366528. Grayscale: #AEAEAE. Windows color (decimal): -3564841 or 14129865. OLE color: 14129865.

HSL color Cylindrical-coordinate representation of color #C99AD7: hue angle of 286.23º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C99AD7 is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB201154215-
CMYK0.070.2800.16
HSL286.23º43.26%72.35%-
HSV(B)286.23º28.37%84.31%-
XYZ47.9140.4469.57-
YUV175.01150.57146.54-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.26%
GREEN value IS 154 (60.55% from 255) = 27.02%
BLUE value IS 215 (84.38% from 255) = 37.72%
R=35.26%
G=27.02%
B=37.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2011542150.070.2800.16286.2343.2672.35
HexC99AD771C01011e2b48
Octal31123232773402043653110
Binary110010011001101011010111111111000100001000111101010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99AD7; }

 p { color: rgb(201,154,215); }

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

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

 a { background-color: rgb(201,154,215); }

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

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

 span { border-color: rgb(201,154,215); }

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