#CD97DF

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

Shades of Wisteria #CD97DF

Tints of Wisteria #CD97DF

Color information

#CD97DF (or 0xCD97DF) is unknown color: approx Wisteria. HEX triplet: CD, 97 and DF. RGB value is (205,151,223). Sum of RGB (Red+Green+Blue) = 205+151+223=579 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.41% from 579); Green value is 151 (59.38% from 255 or 26.08% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD97DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD97DF is #326820. Grayscale: #AFAFAF. Windows color (decimal): -3303457 or 14653389. OLE color: 14653389.

HSL color Cylindrical-coordinate representation of color #CD97DF: hue angle of 285º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CD97DF is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB205151223-
CMYK0.080.3200.13
HSL285º52.94%73.33%-
HSV(B)285º32.29%87.45%-
XYZ49.5640.4475.01-
YUV175.35154.89149.15-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.41%
GREEN value IS 151 (59.38% from 255) = 26.08%
BLUE value IS 223 (87.5% from 255) = 38.51%
R=35.41%
G=26.08%
B=38.51%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051512230.080.3200.1328552.9473.33
HexCD97DF8200D11d3549
Octal315227337104001543565111
Binary1100110110010111110111111000100000011011000111011101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD97DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD97DF; }

 p { color: rgb(205,151,223); }

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

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

 a { background-color: rgb(205,151,223); }

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

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

 span { border-color: rgb(205,151,223); }

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