#CC9ADF

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

Shades of Wisteria #CC9ADF

Tints of Wisteria #CC9ADF

Color information

#CC9ADF (or 0xCC9ADF) is unknown color: approx Wisteria. HEX triplet: CC, 9A and DF. RGB value is (204,154,223). Sum of RGB (Red+Green+Blue) = 204+154+223=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 154 (60.55% from 255 or 26.51% from 581); Blue value is 223 (87.5% from 255 or 38.38% from 581); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC9ADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9ADF is #336520. Grayscale: #B0B0B0. Windows color (decimal): -3368225 or 14654156. OLE color: 14654156.

HSL color Cylindrical-coordinate representation of color #CC9ADF: hue angle of 283.48º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CC9ADF is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB204154223-
CMYK0.090.3100.13
HSL283.48º51.88%73.92%-
HSV(B)283.48º30.94%87.45%-
XYZ49.7841.2875.16-
YUV176.82154.06147.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.11%
GREEN value IS 154 (60.55% from 255) = 26.51%
BLUE value IS 223 (87.5% from 255) = 38.38%
R=35.11%
G=26.51%
B=38.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041542230.090.3100.13283.4851.8873.92
HexCC9ADF91F0D11b344a
Octal314232337113701543364112
Binary110011001001101011011111100111111011011000110111101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9ADF; }

 p { color: rgb(204,154,223); }

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

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

 a { background-color: rgb(204,154,223); }

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

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

 span { border-color: rgb(204,154,223); }

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