#CDA8DA

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

Shades of Wisteria #CDA8DA

Tints of Wisteria #CDA8DA

Color information

#CDA8DA (or 0xCDA8DA) is unknown color: approx Wisteria. HEX triplet: CD, A8 and DA. RGB value is (205,168,218). Sum of RGB (Red+Green+Blue) = 205+168+218=591 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.69% from 591); Green value is 168 (66.02% from 255 or 28.43% from 591); Blue value is 218 (85.55% from 255 or 36.89% from 591); Max value from RGB is 218 - color contains mainly: blue. Hex color #CDA8DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA8DA is #325725. Grayscale: #B8B8B8. Windows color (decimal): -3299110 or 14330061. OLE color: 14330061.

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

Color convert

RGB205168218-
CMYK0.060.2300.15
HSL284.4º40.32%75.69%-
HSV(B)284.4º22.94%85.49%-
XYZ51.8346.0572.49-
YUV184.76146.76142.43-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.69%
GREEN value IS 168 (66.02% from 255) = 28.43%
BLUE value IS 218 (85.55% from 255) = 36.89%
R=34.69%
G=28.43%
B=36.89%

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
Decimal2051682180.060.2300.15284.440.3275.69
HexCDA8DA6170F11c284c
Octal31525033262701743450114
Binary11001101101010001101101011010111011111000111001010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA8DA; }

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

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

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

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

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

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

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

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