#CC9BD7

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

Shades of Wisteria #CC9BD7

Tints of Wisteria #CC9BD7

Color information

#CC9BD7 (or 0xCC9BD7) is unknown color: approx Wisteria. HEX triplet: CC, 9B and D7. RGB value is (204,155,215). Sum of RGB (Red+Green+Blue) = 204+155+215=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 155 (60.94% from 255 or 27.00% from 574); Blue value is 215 (84.38% from 255 or 37.46% from 574); Max value from RGB is 215 - color contains mainly: blue. Hex color #CC9BD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9BD7 is #336428. Grayscale: #B0B0B0. Windows color (decimal): -3367977 or 14130124. OLE color: 14130124.

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

Color convert

RGB204155215-
CMYK0.050.2800.16
HSL289º42.86%72.55%-
HSV(B)289º27.91%84.31%-
XYZ48.8941.1969.66-
YUV176.49149.73147.62-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.54%
GREEN value IS 155 (60.94% from 255) = 27.00%
BLUE value IS 215 (84.38% from 255) = 37.46%
R=35.54%
G=27.00%
B=37.46%

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
Decimal2041552150.050.2800.1628942.8672.55
HexCC9BD751C0101212b49
Octal31423332753402044153111
Binary110011001001101111010111101111000100001001000011010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9BD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9BD7; }

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

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

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

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

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

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

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

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