#CDA9DA

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

Shades of Wisteria #CDA9DA

Tints of Wisteria #CDA9DA

Color information

#CDA9DA (or 0xCDA9DA) is unknown color: approx Wisteria. HEX triplet: CD, A9 and DA. RGB value is (205,169,218). Sum of RGB (Red+Green+Blue) = 205+169+218=592 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.63% from 592); Green value is 169 (66.41% from 255 or 28.55% from 592); Blue value is 218 (85.55% from 255 or 36.82% from 592); Max value from RGB is 218 - color contains mainly: blue. Hex color #CDA9DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA9DA is #325625. Grayscale: #B9B9B9. Windows color (decimal): -3298854 or 14330317. OLE color: 14330317.

HSL color Cylindrical-coordinate representation of color #CDA9DA: hue angle of 284.08º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CDA9DA is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB205169218-
CMYK0.060.2200.15
HSL284.08º39.84%75.88%-
HSV(B)284.08º22.48%85.49%-
XYZ52.0246.4272.55-
YUV185.35146.43142.02-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.63%
GREEN value IS 169 (66.41% from 255) = 28.55%
BLUE value IS 218 (85.55% from 255) = 36.82%
R=34.63%
G=28.55%
B=36.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2051692180.060.2200.15284.0839.8475.88
HexCDA9DA6160F11c284c
Octal31525133262601743450114
Binary11001101101010011101101011010110011111000111001010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA9DA; }

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

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

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

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

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

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

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

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