Html Css Color HEX #D49CEA Wisteria

📋 copy color: '#D49CEA'

red 212 ◦ green 156 ◦ blue 234

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

Shades of Wisteria #D49CEA

Tints of Wisteria #D49CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.87%

R = 35.22%
G = 25.91%
B = 38.87%

CMYK

 C value IS 0.09

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D49CEA (or 0xD49CEA) is known color: Wisteria. HEX triplet: D4, 9C and EA. RGB value is (212,156,234). Sum of RGB (Red+Green+Blue) = 212+156+234=602 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.22% from 602); Green value is 156 (61.33% from 255 or 25.91% from 602); Blue value is 234 (91.80% from 255 or 38.87% from 602); Max value from RGB is 234 - color contains mainly: blue. Hex color #D49CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49CEA is #2B6315. Grayscale: #B5B5B5. Windows color (decimal): -2843414 or 15375572. OLE color: 15375572.

HSL color Cylindrical-coordinate representation of color #D49CEA: hue angle of 283.08º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D49CEA is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 212 156 234 -
CMYK 0.09 0.33 0 0.08
HSL 283.08º 0.65% 0.76% -
HSV(B) 283.08º 0.33% 0.92% -
XYZ 53.89 43.71 83.44 -
YUV 181.64 157.55 149.66 -
System Red Green Blue C M Y K H S L
Decimal 212 156 234 0.09 0.33 0 0.08 283.08 0.65 0.76
Hex D4 9C EA 9 21 0 8 11B 41 4C
Octal 324 234 352 11 41 0 10 433 101 114
Binary 11010100 10011100 11101010 1001 100001 0 1000 100011011 1000001 1001100

Color Harmonies of #D49CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49CEA

Black with #D49CEA

Text Example


Text Example

White with #D49CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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