#CC9BDA

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

Shades of Wisteria #CC9BDA

Tints of Wisteria #CC9BDA

Color information

#CC9BDA (or 0xCC9BDA) is unknown color: approx Wisteria. HEX triplet: CC, 9B and DA. RGB value is (204,155,218). Sum of RGB (Red+Green+Blue) = 204+155+218=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 155 (60.94% from 255 or 26.86% from 577); Blue value is 218 (85.55% from 255 or 37.78% from 577); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC9BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9BDA is #336425. Grayscale: #B0B0B0. Windows color (decimal): -3367974 or 14326732. OLE color: 14326732.

HSL color Cylindrical-coordinate representation of color #CC9BDA: hue angle of 286.67º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CC9BDA is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB204155218-
CMYK0.060.2900.15
HSL286.67º45.99%73.14%-
HSV(B)286.67º28.9%85.49%-
XYZ49.2841.3471.71-
YUV176.83151.23147.38-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.36%
GREEN value IS 155 (60.94% from 255) = 26.86%
BLUE value IS 218 (85.55% from 255) = 37.78%
R=35.36%
G=26.86%
B=37.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2041552180.060.2900.15286.6745.9973.14
HexCC9BDA61D0F11f2e49
Octal31423333263501743756111
Binary11001100100110111101101011011101011111000111111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9BDA; }

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

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

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

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

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

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

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

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