#CDA1E1

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

Shades of Wisteria #CDA1E1

Tints of Wisteria #CDA1E1

Color information

#CDA1E1 (or 0xCDA1E1) is unknown color: approx Wisteria. HEX triplet: CD, A1 and E1. RGB value is (205,161,225). Sum of RGB (Red+Green+Blue) = 205+161+225=591 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.69% from 591); Green value is 161 (63.28% from 255 or 27.24% from 591); Blue value is 225 (88.28% from 255 or 38.07% from 591); Max value from RGB is 225 - color contains mainly: blue. Hex color #CDA1E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA1E1 is #325E1E. Grayscale: #B5B5B5. Windows color (decimal): -3300895 or 14787021. OLE color: 14787021.

HSL color Cylindrical-coordinate representation of color #CDA1E1: hue angle of 281.25º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CDA1E1 is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB205161225-
CMYK0.090.2800.12
HSL281.25º51.61%75.69%-
HSV(B)281.25º28.44%88.24%-
XYZ51.5143.9176.99-
YUV181.45152.58144.8-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.69%
GREEN value IS 161 (63.28% from 255) = 27.24%
BLUE value IS 225 (88.28% from 255) = 38.07%
R=34.69%
G=27.24%
B=38.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2051612250.090.2800.12281.2551.6175.69
HexCDA1E191C0C119344c
Octal315241341113401443164114
Binary110011011010000111100001100111100011001000110011101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA1E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA1E1; }

 p { color: rgb(205,161,225); }

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

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

 a { background-color: rgb(205,161,225); }

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

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

 span { border-color: rgb(205,161,225); }

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