#D99CF0

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

Shades of Wisteria #D99CF0

Tints of Wisteria #D99CF0

Color information

#D99CF0 (or 0xD99CF0) is unknown color: approx Wisteria. HEX triplet: D9, 9C and F0. RGB value is (217,156,240). Sum of RGB (Red+Green+Blue) = 217+156+240=613 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.40% from 613); Green value is 156 (61.33% from 255 or 25.45% from 613); Blue value is 240 (94.14% from 255 or 39.15% from 613); Max value from RGB is 240 - color contains mainly: blue. Hex color #D99CF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99CF0 is #26630F. Grayscale: #B7B7B7. Windows color (decimal): -2515728 or 15768793. OLE color: 15768793.

HSL color Cylindrical-coordinate representation of color #D99CF0: hue angle of 283.57º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D99CF0 is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB217156240-
CMYK0.100.3500.06
HSL283.57º73.68%77.65%-
HSV(B)283.57º35%94.12%-
XYZ56.2344.8288.13-
YUV183.82159.71151.67-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.40%
GREEN value IS 156 (61.33% from 255) = 25.45%
BLUE value IS 240 (94.14% from 255) = 39.15%
R=35.40%
G=25.45%
B=39.15%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2171562400.100.3500.06283.5773.6877.65
HexD99CF0A230611c4a4e
Octal331234360124306434112116
Binary1101100110011100111100001010100011011010001110010010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99CF0; }

 p { color: rgb(217,156,240); }

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

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

 a { background-color: rgb(217,156,240); }

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

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

 span { border-color: rgb(217,156,240); }

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