Html Css Color HEX #D49CE1 Wisteria

📋 copy color: '#D49CE1'

red 212 ◦ green 156 ◦ blue 225

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

Shades of Wisteria #D49CE1

Tints of Wisteria #D49CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.94%

R = 35.75%
G = 26.31%
B = 37.94%

CMYK

 C value IS 0.06

 M value IS 0.31

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D49CE1 (or 0xD49CE1) is known color: Wisteria. HEX triplet: D4, 9C and E1. RGB value is (212,156,225). Sum of RGB (Red+Green+Blue) = 212+156+225=593 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.75% from 593); Green value is 156 (61.33% from 255 or 26.31% from 593); Blue value is 225 (88.28% from 255 or 37.94% from 593); Max value from RGB is 225 - color contains mainly: blue. Hex color #D49CE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49CE1 is #2B631E. Grayscale: #B4B4B4. Windows color (decimal): -2843423 or 14785748. OLE color: 14785748.

HSL color Cylindrical-coordinate representation of color #D49CE1: hue angle of 288.7º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D49CE1 is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 212 156 225 -
CMYK 0.06 0.31 0 0.12
HSL 288.7º 0.53% 0.75% -
HSV(B) 288.7º 0.31% 0.88% -
XYZ 52.63 43.21 76.8 -
YUV 180.61 153.05 150.39 -
System Red Green Blue C M Y K H S L
Decimal 212 156 225 0.06 0.31 0 0.12 288.7 0.53 0.75
Hex D4 9C E1 6 1F 0 C 121 35 4B
Octal 324 234 341 6 37 0 14 441 65 113
Binary 11010100 10011100 11100001 110 11111 0 1100 100100001 110101 1001011

Color Harmonies of #D49CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49CE1

Black with #D49CE1

Text Example


Text Example

White with #D49CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49CE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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