#CD9DF3

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

Shades of Wisteria #CD9DF3

Tints of Wisteria #CD9DF3

Color information

#CD9DF3 (or 0xCD9DF3) is unknown color: approx Wisteria. HEX triplet: CD, 9D and F3. RGB value is (205,157,243). Sum of RGB (Red+Green+Blue) = 205+157+243=605 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.88% from 605); Green value is 157 (61.72% from 255 or 25.95% from 605); Blue value is 243 (95.31% from 255 or 40.17% from 605); Max value from RGB is 243 - color contains mainly: blue. Hex color #CD9DF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD9DF3 is #32620C. Grayscale: #B4B4B4. Windows color (decimal): -3301901 or 15965645. OLE color: 15965645.

HSL color Cylindrical-coordinate representation of color #CD9DF3: hue angle of 273.49º degrees, saturation: 0.78, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CD9DF3 is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB205157243-
CMYK0.160.3500.05
HSL273.49º78.18%78.43%-
HSV(B)273.49º35.39%95.29%-
XYZ53.4143.5690.39-
YUV181.16162.9145.01-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.88%
GREEN value IS 157 (61.72% from 255) = 25.95%
BLUE value IS 243 (95.31% from 255) = 40.17%
R=33.88%
G=25.95%
B=40.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2051572430.160.3500.05273.4978.1878.43
HexCD9DF31023051114e4e
Octal315235363204305421116116
Binary11001101100111011111001110000100011010110001000110011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9DF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9DF3; }

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

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

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

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

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

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

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

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