Html Css Color HEX #D48EEC Wisteria

📋 copy color: '#D48EEC'

red 212 ◦ green 142 ◦ blue 236

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

Shades of Wisteria #D48EEC

Tints of Wisteria #D48EEC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 24.07%

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

R = 35.93%
G = 24.07%
B = 40%

CMYK

 C value IS 0.10

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D48EEC (or 0xD48EEC) is known color: Wisteria. HEX triplet: D4, 8E and EC. RGB value is (212,142,236). Sum of RGB (Red+Green+Blue) = 212+142+236=590 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.93% from 590); Green value is 142 (55.86% from 255 or 24.07% from 590); Blue value is 236 (92.58% from 255 or 40% from 590); Max value from RGB is 236 - color contains mainly: blue. Hex color #D48EEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48EEC is #2B7113. Grayscale: #ADADAD. Windows color (decimal): -2846996 or 15503060. OLE color: 15503060.

HSL color Cylindrical-coordinate representation of color #D48EEC: hue angle of 284.68º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D48EEC is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 212 142 236 -
CMYK 0.10 0.40 0 0.07
HSL 284.68º 0.71% 0.74% -
HSV(B) 284.68º 0.4% 0.93% -
XYZ 51.96 39.4 84.22 -
YUV 173.65 163.19 155.36 -
System Red Green Blue C M Y K H S L
Decimal 212 142 236 0.10 0.40 0 0.07 284.68 0.71 0.74
Hex D4 8E EC A 28 0 7 11D 47 4A
Octal 324 216 354 12 50 0 7 435 107 112
Binary 11010100 10001110 11101100 1010 101000 0 111 100011101 1000111 1001010

Color Harmonies of #D48EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48EEC

Black with #D48EEC

Text Example


Text Example

White with #D48EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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