#CDA5E6

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

Shades of Wisteria #CDA5E6

Tints of Wisteria #CDA5E6

Color information

#CDA5E6 (or 0xCDA5E6) is unknown color: approx Wisteria. HEX triplet: CD, A5 and E6. RGB value is (205,165,230). Sum of RGB (Red+Green+Blue) = 205+165+230=600 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.17% from 600); Green value is 165 (64.84% from 255 or 27.5% from 600); Blue value is 230 (90.23% from 255 or 38.33% from 600); Max value from RGB is 230 - color contains mainly: blue. Hex color #CDA5E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA5E6 is #325A19. Grayscale: #B8B8B8. Windows color (decimal): -3299866 or 15115725. OLE color: 15115725.

HSL color Cylindrical-coordinate representation of color #CDA5E6: hue angle of 276.92º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CDA5E6 is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB205165230-
CMYK0.110.2800.10
HSL276.92º56.52%77.45%-
HSV(B)276.92º28.26%90.2%-
XYZ52.9145.680.88-
YUV184.37153.75142.71-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.17%
GREEN value IS 165 (64.84% from 255) = 27.5%
BLUE value IS 230 (90.23% from 255) = 38.33%
R=34.17%
G=27.5%
B=38.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2051652300.110.2800.10276.9256.5277.45
HexCDA5E6B1C0A115394d
Octal315245346133401242571115
Binary110011011010010111100110101111100010101000101011110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA5E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA5E6; }

 p { color: rgb(205,165,230); }

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

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

 a { background-color: rgb(205,165,230); }

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

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

 span { border-color: rgb(205,165,230); }

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