Html Css Color HEX #D49CE5 Wisteria

📋 copy color: '#D49CE5'

red 212 ◦ green 156 ◦ blue 229

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

Shades of Wisteria #D49CE5

Tints of Wisteria #D49CE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 38.36%

R = 35.51%
G = 26.13%
B = 38.36%

CMYK

 C value IS 0.07

 M value IS 0.32

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D49CE5 (or 0xD49CE5) is known color: Wisteria. HEX triplet: D4, 9C and E5. RGB value is (212,156,229). Sum of RGB (Red+Green+Blue) = 212+156+229=597 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.51% from 597); Green value is 156 (61.33% from 255 or 26.13% from 597); Blue value is 229 (89.84% from 255 or 38.36% from 597); Max value from RGB is 229 - color contains mainly: blue. Hex color #D49CE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49CE5 is #2B631A. Grayscale: #B4B4B4. Windows color (decimal): -2843419 or 15047892. OLE color: 15047892.

HSL color Cylindrical-coordinate representation of color #D49CE5: hue angle of 286.03º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D49CE5 is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 212 156 229 -
CMYK 0.07 0.32 0 0.10
HSL 286.03º 0.58% 0.75% -
HSV(B) 286.03º 0.32% 0.9% -
XYZ 53.18 43.43 79.71 -
YUV 181.07 155.05 150.06 -
System Red Green Blue C M Y K H S L
Decimal 212 156 229 0.07 0.32 0 0.10 286.03 0.58 0.75
Hex D4 9C E5 7 20 0 A 11E 3A 4B
Octal 324 234 345 7 40 0 12 436 72 113
Binary 11010100 10011100 11100101 111 100000 0 1010 100011110 111010 1001011

Color Harmonies of #D49CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49CE5

Black with #D49CE5

Text Example


Text Example

White with #D49CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49CE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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