#CC9BDC

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

Shades of Wisteria #CC9BDC

Tints of Wisteria #CC9BDC

Color information

#CC9BDC (or 0xCC9BDC) is unknown color: approx Wisteria. HEX triplet: CC, 9B and DC. RGB value is (204,155,220). Sum of RGB (Red+Green+Blue) = 204+155+220=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 155 (60.94% from 255 or 26.77% from 579); Blue value is 220 (86.33% from 255 or 38.00% from 579); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC9BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9BDC is #336423. Grayscale: #B0B0B0. Windows color (decimal): -3367972 or 14457804. OLE color: 14457804.

HSL color Cylindrical-coordinate representation of color #CC9BDC: hue angle of 285.23º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CC9BDC is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB204155220-
CMYK0.070.3000.14
HSL285.23º48.15%73.53%-
HSV(B)285.23º29.55%86.27%-
XYZ49.5441.4573.1-
YUV177.06152.23147.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.23%
GREEN value IS 155 (60.94% from 255) = 26.77%
BLUE value IS 220 (86.33% from 255) = 38.00%
R=35.23%
G=26.77%
B=38.00%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2041552200.070.3000.14285.2348.1573.53
HexCC9BDC71E0E11d304a
Octal31423333473601643560112
Binary11001100100110111101110011111110011101000111011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9BDC; }

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

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

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

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

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

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

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

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