#C99CD6

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

Shades of Wisteria #C99CD6

Tints of Wisteria #C99CD6

Color information

#C99CD6 (or 0xC99CD6) is unknown color: approx Wisteria. HEX triplet: C9, 9C and D6. RGB value is (201,156,214). Sum of RGB (Red+Green+Blue) = 201+156+214=571 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.20% from 571); Green value is 156 (61.33% from 255 or 27.32% from 571); Blue value is 214 (83.98% from 255 or 37.48% from 571); Max value from RGB is 214 - color contains mainly: blue. Hex color #C99CD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99CD6 is #366329. Grayscale: #AFAFAF. Windows color (decimal): -3564330 or 14064841. OLE color: 14064841.

HSL color Cylindrical-coordinate representation of color #C99CD6: hue angle of 286.55º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C99CD6 is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB201156214-
CMYK0.060.2700.16
HSL286.55º41.43%72.55%-
HSV(B)286.55º27.1%83.92%-
XYZ48.1141.0569.01-
YUV176.07149.41145.78-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.20%
GREEN value IS 156 (61.33% from 255) = 27.32%
BLUE value IS 214 (83.98% from 255) = 37.48%
R=35.20%
G=27.32%
B=37.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2011562140.060.2700.16286.5541.4372.55
HexC99CD661B01011f2949
Octal31123432663302043751111
Binary110010011001110011010110110110110100001000111111010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99CD6; }

 p { color: rgb(201,156,214); }

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

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

 a { background-color: rgb(201,156,214); }

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

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

 span { border-color: rgb(201,156,214); }

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