#CC9AD7

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

Shades of Wisteria #CC9AD7

Tints of Wisteria #CC9AD7

Color information

#CC9AD7 (or 0xCC9AD7) is unknown color: approx Wisteria. HEX triplet: CC, 9A and D7. RGB value is (204,154,215). Sum of RGB (Red+Green+Blue) = 204+154+215=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 154 (60.55% from 255 or 26.88% from 573); Blue value is 215 (84.38% from 255 or 37.52% from 573); Max value from RGB is 215 - color contains mainly: blue. Hex color #CC9AD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9AD7 is #336528. Grayscale: #AFAFAF. Windows color (decimal): -3368233 or 14129868. OLE color: 14129868.

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

Color convert

RGB204154215-
CMYK0.050.2800.16
HSL289.18º43.26%72.35%-
HSV(B)289.18º28.37%84.31%-
XYZ48.7240.8569.61-
YUV175.9150.06148.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.60%
GREEN value IS 154 (60.55% from 255) = 26.88%
BLUE value IS 215 (84.38% from 255) = 37.52%
R=35.60%
G=26.88%
B=37.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2041542150.050.2800.16289.1843.2672.35
HexCC9AD751C0101212b48
Octal31423232753402044153110
Binary110011001001101011010111101111000100001001000011010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9AD7; }

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

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

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

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

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

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

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

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