#C99ADC

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

Shades of Wisteria #C99ADC

Tints of Wisteria #C99ADC

Color information

#C99ADC (or 0xC99ADC) is unknown color: approx Wisteria. HEX triplet: C9, 9A and DC. RGB value is (201,154,220). Sum of RGB (Red+Green+Blue) = 201+154+220=575 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.96% from 575); Green value is 154 (60.55% from 255 or 26.78% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 220 - color contains mainly: blue. Hex color #C99ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99ADC is #366523. Grayscale: #AFAFAF. Windows color (decimal): -3564836 or 14457545. OLE color: 14457545.

HSL color Cylindrical-coordinate representation of color #C99ADC: hue angle of 282.73º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C99ADC is Cyan = 0.09, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB201154220-
CMYK0.090.300.14
HSL282.73º48.53%73.33%-
HSV(B)282.73º30%86.27%-
XYZ48.5640.773.01-
YUV175.58153.07146.13-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.96%
GREEN value IS 154 (60.55% from 255) = 26.78%
BLUE value IS 220 (86.33% from 255) = 38.26%
R=34.96%
G=26.78%
B=38.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2011542200.090.300.14282.7348.5373.33
HexC99ADC91E0E11b3149
Octal311232334113601643361111
Binary110010011001101011011100100111110011101000110111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99ADC; }

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

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

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

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

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

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

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

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