Html Css Color HEX #D49FEC Wisteria

📋 copy color: '#D49FEC'

red 212 ◦ green 159 ◦ blue 236

#D49FEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wisteria #D49FEC

Tints of Wisteria #D49FEC

RGB

 RED value IS 212 (83.2% from 255) = 34.93%

 GREEN value IS 159 (62.5% from 255) = 26.19%

 BLUE value IS 236 (92.58% from 255) = 38.88%

R = 34.93%
G = 26.19%
B = 38.88%

CMYK

 C value IS 0.10

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D49FEC (or 0xD49FEC) is known color: Wisteria. HEX triplet: D4, 9F and EC. RGB value is (212,159,236). Sum of RGB (Red+Green+Blue) = 212+159+236=607 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.93% from 607); Green value is 159 (62.5% from 255 or 26.19% from 607); Blue value is 236 (92.58% from 255 or 38.88% from 607); Max value from RGB is 236 - color contains mainly: blue. Hex color #D49FEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49FEC is #2B6013. Grayscale: #B7B7B7. Windows color (decimal): -2842644 or 15507412. OLE color: 15507412.

HSL color Cylindrical-coordinate representation of color #D49FEC: hue angle of 281.3º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D49FEC is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 212 159 236 -
CMYK 0.10 0.33 0 0.07
HSL 281.3º 0.67% 0.77% -
HSV(B) 281.3º 0.33% 0.93% -
XYZ 54.69 44.85 85.13 -
YUV 183.63 157.56 148.24 -
System Red Green Blue C M Y K H S L
Decimal 212 159 236 0.10 0.33 0 0.07 281.3 0.67 0.77
Hex D4 9F EC A 21 0 7 119 43 4D
Octal 324 237 354 12 41 0 7 431 103 115
Binary 11010100 10011111 11101100 1010 100001 0 111 100011001 1000011 1001101

Color Harmonies of #D49FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49FEC

Black with #D49FEC

Text Example


Text Example

White with #D49FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49FEC; }

 p { color: rgb(212,159,236); }

 H1.HeaderClassName
 {
   color: #D49FEC;
 }
 .AnyTagClassName
 {
   color: #D49FEC;
 }
</style>

background-color css

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

 a { background-color: rgb(212,159,236); }

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

border-color css

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

 span { border-color: rgb(212,159,236); }

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