#D19CF0

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

Shades of Wisteria #D19CF0

Tints of Wisteria #D19CF0

Color information

#D19CF0 (or 0xD19CF0) is unknown color: approx Wisteria. HEX triplet: D1, 9C and F0. RGB value is (209,156,240). Sum of RGB (Red+Green+Blue) = 209+156+240=605 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.55% from 605); Green value is 156 (61.33% from 255 or 25.79% from 605); Blue value is 240 (94.14% from 255 or 39.67% from 605); Max value from RGB is 240 - color contains mainly: blue. Hex color #D19CF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D19CF0 is #2E630F. Grayscale: #B5B5B5. Windows color (decimal): -3040016 or 15768785. OLE color: 15768785.

HSL color Cylindrical-coordinate representation of color #D19CF0: hue angle of 277.86º 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 #D19CF0 is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB209156240-
CMYK0.130.3500.06
HSL277.86º73.68%77.65%-
HSV(B)277.86º35%94.12%-
XYZ53.9143.6288.02-
YUV181.42161.06147.67-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.55%
GREEN value IS 156 (61.33% from 255) = 25.79%
BLUE value IS 240 (94.14% from 255) = 39.67%
R=34.55%
G=25.79%
B=39.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2091562400.130.3500.06277.8673.6877.65
HexD19CF0D23061164a4e
Octal321234360154306426112116
Binary1101000110011100111100001101100011011010001011010010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19CF0; }

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

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

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

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

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

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

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

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