#CD9DF5

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

Shades of Wisteria #CD9DF5

Tints of Wisteria #CD9DF5

Color information

#CD9DF5 (or 0xCD9DF5) is unknown color: approx Wisteria. HEX triplet: CD, 9D and F5. RGB value is (205,157,245). Sum of RGB (Red+Green+Blue) = 205+157+245=607 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.77% from 607); Green value is 157 (61.72% from 255 or 25.86% from 607); Blue value is 245 (96.09% from 255 or 40.36% from 607); Max value from RGB is 245 - color contains mainly: blue. Hex color #CD9DF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD9DF5 is #32620A. Grayscale: #B5B5B5. Windows color (decimal): -3301899 or 16096717. OLE color: 16096717.

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

Color convert

RGB205157245-
CMYK0.160.3600.04
HSL272.73º81.48%78.82%-
HSV(B)272.73º35.92%96.08%-
XYZ53.7243.6991.99-
YUV181.38163.9144.84-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.77%
GREEN value IS 157 (61.72% from 255) = 25.86%
BLUE value IS 245 (96.09% from 255) = 40.36%
R=33.77%
G=25.86%
B=40.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2051572450.160.3600.04272.7381.4878.82
HexCD9DF5102404111514f
Octal315235365204404421121117
Binary11001101100111011111010110000100100010010001000110100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9DF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9DF5; }

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

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

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

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

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

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

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

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