#CDA6D8

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

Shades of Wisteria #CDA6D8

Tints of Wisteria #CDA6D8

Color information

#CDA6D8 (or 0xCDA6D8) is unknown color: approx Wisteria. HEX triplet: CD, A6 and D8. RGB value is (205,166,216). Sum of RGB (Red+Green+Blue) = 205+166+216=587 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.92% from 587); Green value is 166 (65.23% from 255 or 28.28% from 587); Blue value is 216 (84.77% from 255 or 36.80% from 587); Max value from RGB is 216 - color contains mainly: blue. Hex color #CDA6D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA6D8 is #325927. Grayscale: #B7B7B7. Windows color (decimal): -3299624 or 14198477. OLE color: 14198477.

HSL color Cylindrical-coordinate representation of color #CDA6D8: hue angle of 286.8º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CDA6D8 is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB205166216-
CMYK0.050.2300.15
HSL286.8º39.06%74.9%-
HSV(B)286.8º23.15%84.71%-
XYZ51.2145.2170.99-
YUV183.36146.42143.43-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.92%
GREEN value IS 166 (65.23% from 255) = 28.28%
BLUE value IS 216 (84.77% from 255) = 36.80%
R=34.92%
G=28.28%
B=36.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2051662160.050.2300.15286.839.0674.9
HexCDA6D85170F11f274b
Octal31524633052701743747113
Binary11001101101001101101100010110111011111000111111001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA6D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA6D8; }

 p { color: rgb(205,166,216); }

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

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

 a { background-color: rgb(205,166,216); }

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

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

 span { border-color: rgb(205,166,216); }

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