Html Css Color HEX #D49CEF Wisteria

📋 copy color: '#D49CEF'

red 212 ◦ green 156 ◦ blue 239

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

Shades of Wisteria #D49CEF

Tints of Wisteria #D49CEF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 25.7%

 BLUE value IS 239 (93.75% from 255) = 39.37%

R = 34.93%
G = 25.7%
B = 39.37%

CMYK

 C value IS 0.11

 M value IS 0.35

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D49CEF (or 0xD49CEF) is known color: Wisteria. HEX triplet: D4, 9C and EF. RGB value is (212,156,239). Sum of RGB (Red+Green+Blue) = 212+156+239=607 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.93% from 607); Green value is 156 (61.33% from 255 or 25.70% from 607); Blue value is 239 (93.75% from 255 or 39.37% from 607); Max value from RGB is 239 - color contains mainly: blue. Hex color #D49CEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49CEF is #2B6310. Grayscale: #B5B5B5. Windows color (decimal): -2843409 or 15703252. OLE color: 15703252.

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

Color convert

RGB 212 156 239 -
CMYK 0.11 0.35 0 0.06
HSL 280.48º 0.72% 0.77% -
HSV(B) 280.48º 0.35% 0.94% -
XYZ 54.62 44.01 87.28 -
YUV 182.21 160.05 149.25 -
System Red Green Blue C M Y K H S L
Decimal 212 156 239 0.11 0.35 0 0.06 280.48 0.72 0.77
Hex D4 9C EF B 23 0 6 118 48 4D
Octal 324 234 357 13 43 0 6 430 110 115
Binary 11010100 10011100 11101111 1011 100011 0 110 100011000 1001000 1001101

Color Harmonies of #D49CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49CEF

Black with #D49CEF

Text Example


Text Example

White with #D49CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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