#CDA7DA

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

Shades of Wisteria #CDA7DA

Tints of Wisteria #CDA7DA

Color information

#CDA7DA (or 0xCDA7DA) is unknown color: approx Wisteria. HEX triplet: CD, A7 and DA. RGB value is (205,167,218). Sum of RGB (Red+Green+Blue) = 205+167+218=590 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.75% from 590); Green value is 167 (65.62% from 255 or 28.31% from 590); Blue value is 218 (85.55% from 255 or 36.95% from 590); Max value from RGB is 218 - color contains mainly: blue. Hex color #CDA7DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA7DA is #325825. Grayscale: #B8B8B8. Windows color (decimal): -3299366 or 14329805. OLE color: 14329805.

HSL color Cylindrical-coordinate representation of color #CDA7DA: hue angle of 284.71º degrees, saturation: 0.41, 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 #CDA7DA is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB205167218-
CMYK0.060.2300.15
HSL284.71º40.8%75.49%-
HSV(B)284.71º23.39%85.49%-
XYZ51.6545.6872.42-
YUV184.18147.09142.85-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.75%
GREEN value IS 167 (65.62% from 255) = 28.31%
BLUE value IS 218 (85.55% from 255) = 36.95%
R=34.75%
G=28.31%
B=36.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2051672180.060.2300.15284.7140.875.49
HexCDA7DA6170F11d294b
Octal31524733262701743551113
Binary11001101101001111101101011010111011111000111011010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA7DA; }

 p { color: rgb(205,167,218); }

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

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

 a { background-color: rgb(205,167,218); }

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

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

 span { border-color: rgb(205,167,218); }

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