#CD97DC

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

Shades of Wisteria #CD97DC

Tints of Wisteria #CD97DC

Color information

#CD97DC (or 0xCD97DC) is unknown color: approx Wisteria. HEX triplet: CD, 97 and DC. RGB value is (205,151,220). Sum of RGB (Red+Green+Blue) = 205+151+220=576 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.59% from 576); Green value is 151 (59.38% from 255 or 26.22% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD97DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD97DC is #326823. Grayscale: #AEAEAE. Windows color (decimal): -3303460 or 14456781. OLE color: 14456781.

HSL color Cylindrical-coordinate representation of color #CD97DC: hue angle of 286.96º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CD97DC is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB205151220-
CMYK0.070.3100.14
HSL286.96º49.64%72.75%-
HSV(B)286.96º31.36%86.27%-
XYZ49.1640.2872.89-
YUV175.01153.39149.39-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.59%
GREEN value IS 151 (59.38% from 255) = 26.22%
BLUE value IS 220 (86.33% from 255) = 38.19%
R=35.59%
G=26.22%
B=38.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2051512200.070.3100.14286.9649.6472.75
HexCD97DC71F0E11f3249
Octal31522733473701643762111
Binary11001101100101111101110011111111011101000111111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD97DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD97DC; }

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

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

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

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

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

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

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

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