#D49CF1

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

Shades of Wisteria #D49CF1

Tints of Wisteria #D49CF1

Color information

#D49CF1 (or 0xD49CF1) is unknown color: approx Wisteria. HEX triplet: D4, 9C and F1. RGB value is (212,156,241). Sum of RGB (Red+Green+Blue) = 212+156+241=609 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.81% from 609); Green value is 156 (61.33% from 255 or 25.62% from 609); Blue value is 241 (94.53% from 255 or 39.57% from 609); Max value from RGB is 241 - color contains mainly: blue. Hex color #D49CF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49CF1 is #2B630E. Grayscale: #B6B6B6. Windows color (decimal): -2843407 or 15834324. OLE color: 15834324.

HSL color Cylindrical-coordinate representation of color #D49CF1: hue angle of 279.53º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D49CF1 is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB212156241-
CMYK0.120.3500.05
HSL279.53º75.22%77.84%-
HSV(B)279.53º35.27%94.51%-
XYZ54.9244.1288.84-
YUV182.43161.05149.09-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.81%
GREEN value IS 156 (61.33% from 255) = 25.62%
BLUE value IS 241 (94.53% from 255) = 39.57%
R=34.81%
G=25.62%
B=39.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2121562410.120.3500.05279.5375.2277.84
HexD49CF1C23051184b4e
Octal324234361144305430113116
Binary1101010010011100111100011100100011010110001100010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49CF1; }

 p { color: rgb(212,156,241); }

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

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

 a { background-color: rgb(212,156,241); }

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

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

 span { border-color: rgb(212,156,241); }

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