#CDA1EB

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

Shades of Wisteria #CDA1EB

Tints of Wisteria #CDA1EB

Color information

#CDA1EB (or 0xCDA1EB) is unknown color: approx Wisteria. HEX triplet: CD, A1 and EB. RGB value is (205,161,235). Sum of RGB (Red+Green+Blue) = 205+161+235=601 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.11% from 601); Green value is 161 (63.28% from 255 or 26.79% from 601); Blue value is 235 (92.19% from 255 or 39.10% from 601); Max value from RGB is 235 - color contains mainly: blue. Hex color #CDA1EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA1EB is #325E14. Grayscale: #B6B6B6. Windows color (decimal): -3300885 or 15442381. OLE color: 15442381.

HSL color Cylindrical-coordinate representation of color #CDA1EB: hue angle of 275.68º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CDA1EB is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB205161235-
CMYK0.130.3100.08
HSL275.68º64.91%77.65%-
HSV(B)275.68º31.49%92.16%-
XYZ52.9244.4784.39-
YUV182.59157.58143.98-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.11%
GREEN value IS 161 (63.28% from 255) = 26.79%
BLUE value IS 235 (92.19% from 255) = 39.10%
R=34.11%
G=26.79%
B=39.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2051612350.130.3100.08275.6864.9177.65
HexCDA1EBD1F08114414e
Octal3152413531537010424101116
Binary1100110110100001111010111101111110100010001010010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA1EB; }

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

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

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

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

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

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

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

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