#CDA7DF

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

Shades of Wisteria #CDA7DF

Tints of Wisteria #CDA7DF

Color information

#CDA7DF (or 0xCDA7DF) is unknown color: approx Wisteria. HEX triplet: CD, A7 and DF. RGB value is (205,167,223). Sum of RGB (Red+Green+Blue) = 205+167+223=595 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.45% from 595); Green value is 167 (65.62% from 255 or 28.07% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 223 - color contains mainly: blue. Hex color #CDA7DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA7DF is #325820. Grayscale: #B8B8B8. Windows color (decimal): -3299361 or 14657485. OLE color: 14657485.

HSL color Cylindrical-coordinate representation of color #CDA7DF: hue angle of 280.71º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CDA7DF is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB205167223-
CMYK0.080.2500.13
HSL280.71º46.67%76.47%-
HSV(B)280.71º25.11%87.45%-
XYZ52.3145.9475.92-
YUV184.75149.59142.45-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.45%
GREEN value IS 167 (65.62% from 255) = 28.07%
BLUE value IS 223 (87.5% from 255) = 37.48%
R=34.45%
G=28.07%
B=37.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051672230.080.2500.13280.7146.6776.47
HexCDA7DF8190D1192f4c
Octal315247337103101543157114
Binary110011011010011111011111100011001011011000110011011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA7DF; }

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

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

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

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

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

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

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

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