#CD9AF5

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

Shades of Wisteria #CD9AF5

Tints of Wisteria #CD9AF5

Color information

#CD9AF5 (or 0xCD9AF5) is unknown color: approx Wisteria. HEX triplet: CD, 9A and F5. RGB value is (205,154,245). Sum of RGB (Red+Green+Blue) = 205+154+245=604 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.94% from 604); Green value is 154 (60.55% from 255 or 25.50% from 604); Blue value is 245 (96.09% from 255 or 40.56% from 604); Max value from RGB is 245 - color contains mainly: blue. Hex color #CD9AF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD9AF5 is #32650A. Grayscale: #B3B3B3. Windows color (decimal): -3302667 or 16095949. OLE color: 16095949.

HSL color Cylindrical-coordinate representation of color #CD9AF5: hue angle of 273.63º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CD9AF5 is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB205154245-
CMYK0.160.3700.04
HSL273.63º81.98%78.24%-
HSV(B)273.63º37.14%96.08%-
XYZ53.2142.6891.82-
YUV179.62164.9146.1-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.94%
GREEN value IS 154 (60.55% from 255) = 25.50%
BLUE value IS 245 (96.09% from 255) = 40.56%
R=33.94%
G=25.50%
B=40.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2051542450.160.3700.04273.6381.9878.24
HexCD9AF5102504112524e
Octal315232365204504422122116
Binary11001101100110101111010110000100101010010001001010100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9AF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9AF5; }

 p { color: rgb(205,154,245); }

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

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

 a { background-color: rgb(205,154,245); }

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

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

 span { border-color: rgb(205,154,245); }

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