#CDA0D6

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

Shades of Wisteria #CDA0D6

Tints of Wisteria #CDA0D6

Color information

#CDA0D6 (or 0xCDA0D6) is unknown color: approx Wisteria. HEX triplet: CD, A0 and D6. RGB value is (205,160,214). Sum of RGB (Red+Green+Blue) = 205+160+214=579 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.41% from 579); Green value is 160 (62.89% from 255 or 27.63% from 579); Blue value is 214 (83.98% from 255 or 36.96% from 579); Max value from RGB is 214 - color contains mainly: blue. Hex color #CDA0D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA0D6 is #325F29. Grayscale: #B3B3B3. Windows color (decimal): -3301162 or 14065869. OLE color: 14065869.

HSL color Cylindrical-coordinate representation of color #CDA0D6: hue angle of 290º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CDA0D6 is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB205160214-
CMYK0.040.2500.16
HSL290º39.71%73.33%-
HSV(B)290º25.23%83.92%-
XYZ49.8942.9869.28-
YUV179.61147.41146.11-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.41%
GREEN value IS 160 (62.89% from 255) = 27.63%
BLUE value IS 214 (83.98% from 255) = 36.96%
R=35.41%
G=27.63%
B=36.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2051602140.040.2500.1629039.7173.33
HexCDA0D64190101222849
Octal31524032643102044250111
Binary110011011010000011010110100110010100001001000101010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA0D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA0D6; }

 p { color: rgb(205,160,214); }

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

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

 a { background-color: rgb(205,160,214); }

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

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

 span { border-color: rgb(205,160,214); }

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