#CD91DA

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

Shades of Wisteria #CD91DA

Tints of Wisteria #CD91DA

Color information

#CD91DA (or 0xCD91DA) is unknown color: approx Wisteria. HEX triplet: CD, 91 and DA. RGB value is (205,145,218). Sum of RGB (Red+Green+Blue) = 205+145+218=568 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.09% from 568); Green value is 145 (57.03% from 255 or 25.53% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 218 - color contains mainly: blue. Hex color #CD91DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD91DA is #326E25. Grayscale: #ABABAB. Windows color (decimal): -3304998 or 14324173. OLE color: 14324173.

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

Color convert

RGB205145218-
CMYK0.060.3300.15
HSL289.32º49.66%71.18%-
HSV(B)289.32º33.49%85.49%-
XYZ47.9638.2971.19-
YUV171.26154.38152.06-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.09%
GREEN value IS 145 (57.03% from 255) = 25.53%
BLUE value IS 218 (85.55% from 255) = 38.38%
R=36.09%
G=25.53%
B=38.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2051452180.060.3300.15289.3249.6671.18
HexCD91DA6210F1213247
Octal31522133264101744162107
Binary110011011001000111011010110100001011111001000011100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD91DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD91DA; }

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

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

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

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

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

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

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

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