#CD9FD6

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

Shades of Wisteria #CD9FD6

Tints of Wisteria #CD9FD6

Color information

#CD9FD6 (or 0xCD9FD6) is unknown color: approx Wisteria. HEX triplet: CD, 9F and D6. RGB value is (205,159,214). Sum of RGB (Red+Green+Blue) = 205+159+214=578 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.47% from 578); Green value is 159 (62.5% from 255 or 27.51% from 578); Blue value is 214 (83.98% from 255 or 37.02% from 578); Max value from RGB is 214 - color contains mainly: blue. Hex color #CD9FD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9FD6 is #326029. Grayscale: #B2B2B2. Windows color (decimal): -3301418 or 14065613. OLE color: 14065613.

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

Color convert

RGB205159214-
CMYK0.040.2600.16
HSL290.18º40.15%73.14%-
HSV(B)290.18º25.7%83.92%-
XYZ49.7142.6369.23-
YUV179.02147.74146.53-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.47%
GREEN value IS 159 (62.5% from 255) = 27.51%
BLUE value IS 214 (83.98% from 255) = 37.02%
R=35.47%
G=27.51%
B=37.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2051592140.040.2600.16290.1840.1573.14
HexCD9FD641A0101222849
Octal31523732643202044250111
Binary110011011001111111010110100110100100001001000101010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9FD6; }

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

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

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

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

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

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

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

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