#C99AD5

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

Shades of Wisteria #C99AD5

Tints of Wisteria #C99AD5

Color information

#C99AD5 (or 0xC99AD5) is unknown color: approx Wisteria. HEX triplet: C9, 9A and D5. RGB value is (201,154,213). Sum of RGB (Red+Green+Blue) = 201+154+213=568 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.39% from 568); Green value is 154 (60.55% from 255 or 27.11% from 568); Blue value is 213 (83.59% from 255 or 37.5% from 568); Max value from RGB is 213 - color contains mainly: blue. Hex color #C99AD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99AD5 is #36652A. Grayscale: #AEAEAE. Windows color (decimal): -3564843 or 13998793. OLE color: 13998793.

HSL color Cylindrical-coordinate representation of color #C99AD5: hue angle of 287.8º degrees, saturation: 0.41, 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 #C99AD5 is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB201154213-
CMYK0.060.2800.16
HSL287.8º41.26%71.96%-
HSV(B)287.8º27.7%83.53%-
XYZ47.6540.3368.22-
YUV174.78149.57146.7-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.39%
GREEN value IS 154 (60.55% from 255) = 27.11%
BLUE value IS 213 (83.59% from 255) = 37.5%
R=35.39%
G=27.11%
B=37.5%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2011542130.060.2800.16287.841.2671.96
HexC99AD561C0101202948
Octal31123232563402044051110
Binary110010011001101011010101110111000100001001000001010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99AD5; }

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

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

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

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

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

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

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

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