#CD97DE

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

Shades of Wisteria #CD97DE

Tints of Wisteria #CD97DE

Color information

#CD97DE (or 0xCD97DE) is unknown color: approx Wisteria. HEX triplet: CD, 97 and DE. RGB value is (205,151,222). Sum of RGB (Red+Green+Blue) = 205+151+222=578 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.47% from 578); Green value is 151 (59.38% from 255 or 26.12% from 578); Blue value is 222 (87.11% from 255 or 38.41% from 578); Max value from RGB is 222 - color contains mainly: blue. Hex color #CD97DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD97DE is #326821. Grayscale: #AFAFAF. Windows color (decimal): -3303458 or 14587853. OLE color: 14587853.

HSL color Cylindrical-coordinate representation of color #CD97DE: hue angle of 285.63º degrees, saturation: 0.52, 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 #CD97DE is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB205151222-
CMYK0.080.3200.13
HSL285.63º51.82%73.14%-
HSV(B)285.63º31.98%87.06%-
XYZ49.4340.3974.3-
YUV175.24154.39149.23-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.47%
GREEN value IS 151 (59.38% from 255) = 26.12%
BLUE value IS 222 (87.11% from 255) = 38.41%
R=35.47%
G=26.12%
B=38.41%

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
Decimal2051512220.080.3200.13285.6351.8273.14
HexCD97DE8200D11e3449
Octal315227336104001543664111
Binary1100110110010111110111101000100000011011000111101101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD97DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD97DE; }

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

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

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

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

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

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

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

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