#CD9CDC

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

Shades of Wisteria #CD9CDC

Tints of Wisteria #CD9CDC

Color information

#CD9CDC (or 0xCD9CDC) is unknown color: approx Wisteria. HEX triplet: CD, 9C and DC. RGB value is (205,156,220). Sum of RGB (Red+Green+Blue) = 205+156+220=581 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.28% from 581); Green value is 156 (61.33% from 255 or 26.85% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD9CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9CDC is #326323. Grayscale: #B1B1B1. Windows color (decimal): -3302180 or 14458061. OLE color: 14458061.

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

Color convert

RGB205156220-
CMYK0.070.2900.14
HSL285.94º47.76%73.73%-
HSV(B)285.94º29.09%86.27%-
XYZ49.9841.9273.17-
YUV177.95151.73147.3-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.28%
GREEN value IS 156 (61.33% from 255) = 26.85%
BLUE value IS 220 (86.33% from 255) = 37.87%
R=35.28%
G=26.85%
B=37.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2051562200.070.2900.14285.9447.7673.73
HexCD9CDC71D0E11e304a
Octal31523433473501643660112
Binary11001101100111001101110011111101011101000111101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9CDC; }

 p { color: rgb(205,156,220); }

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

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

 a { background-color: rgb(205,156,220); }

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

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

 span { border-color: rgb(205,156,220); }

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