#C99DDA

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

Shades of Wisteria #C99DDA

Tints of Wisteria #C99DDA

Color information

#C99DDA (or 0xC99DDA) is unknown color: approx Wisteria. HEX triplet: C9, 9D and DA. RGB value is (201,157,218). Sum of RGB (Red+Green+Blue) = 201+157+218=576 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.90% from 576); Green value is 157 (61.72% from 255 or 27.26% from 576); Blue value is 218 (85.55% from 255 or 37.85% from 576); Max value from RGB is 218 - color contains mainly: blue. Hex color #C99DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99DDA is #366225. Grayscale: #B0B0B0. Windows color (decimal): -3564070 or 14327241. OLE color: 14327241.

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

Color convert

RGB201157218-
CMYK0.080.2800.15
HSL283.28º45.19%73.53%-
HSV(B)283.28º27.98%85.49%-
XYZ48.841.5971.79-
YUV177.11151.08145.04-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.90%
GREEN value IS 157 (61.72% from 255) = 27.26%
BLUE value IS 218 (85.55% from 255) = 37.85%
R=34.90%
G=27.26%
B=37.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2011572180.080.2800.15283.2845.1973.53
HexC99DDA81C0F11b2d4a
Octal311235332103401743355112
Binary110010011001110111011010100011100011111000110111011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99DDA; }

 p { color: rgb(201,157,218); }

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

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

 a { background-color: rgb(201,157,218); }

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

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

 span { border-color: rgb(201,157,218); }

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