#CDA7D4

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

Shades of Wisteria #CDA7D4

Tints of Wisteria #CDA7D4

Color information

#CDA7D4 (or 0xCDA7D4) is unknown color: approx Wisteria. HEX triplet: CD, A7 and D4. RGB value is (205,167,212). Sum of RGB (Red+Green+Blue) = 205+167+212=584 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.10% from 584); Green value is 167 (65.62% from 255 or 28.60% from 584); Blue value is 212 (83.20% from 255 or 36.30% from 584); Max value from RGB is 212 - color contains mainly: blue. Hex color #CDA7D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA7D4 is #32582B. Grayscale: #B7B7B7. Windows color (decimal): -3299372 or 13936589. OLE color: 13936589.

HSL color Cylindrical-coordinate representation of color #CDA7D4: hue angle of 290.67º degrees, saturation: 0.34, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDA7D4 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB205167212-
CMYK0.030.2100.17
HSL290.67º34.35%74.31%-
HSV(B)290.67º21.23%83.14%-
XYZ50.8845.3768.36-
YUV183.49144.09143.34-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.10%
GREEN value IS 167 (65.62% from 255) = 28.60%
BLUE value IS 212 (83.20% from 255) = 36.30%
R=35.10%
G=28.60%
B=36.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2051672120.030.2100.17290.6734.3574.31
HexCDA7D4315011123224a
Octal31524732432502144342112
Binary11001101101001111101010011101010100011001000111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA7D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA7D4; }

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

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

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

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

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

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

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

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