Html Css Color HEX #D48FEC Wisteria

📋 copy color: '#D48FEC'

red 212 ◦ green 143 ◦ blue 236

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

Shades of Wisteria #D48FEC

Tints of Wisteria #D48FEC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.2%

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

R = 35.87%
G = 24.2%
B = 39.93%

CMYK

 C value IS 0.10

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D48FEC (or 0xD48FEC) is known color: Wisteria. HEX triplet: D4, 8F and EC. RGB value is (212,143,236). Sum of RGB (Red+Green+Blue) = 212+143+236=591 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.87% from 591); Green value is 143 (56.25% from 255 or 24.20% from 591); Blue value is 236 (92.58% from 255 or 39.93% from 591); Max value from RGB is 236 - color contains mainly: blue. Hex color #D48FEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48FEC is #2B7013. Grayscale: #ADADAD. Windows color (decimal): -2846740 or 15503316. OLE color: 15503316.

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

Color convert

RGB 212 143 236 -
CMYK 0.10 0.39 0 0.07
HSL 284.52º 0.71% 0.74% -
HSV(B) 284.52º 0.39% 0.93% -
XYZ 52.11 39.7 84.27 -
YUV 174.23 162.86 154.94 -
System Red Green Blue C M Y K H S L
Decimal 212 143 236 0.10 0.39 0 0.07 284.52 0.71 0.74
Hex D4 8F EC A 27 0 7 11D 47 4A
Octal 324 217 354 12 47 0 7 435 107 112
Binary 11010100 10001111 11101100 1010 100111 0 111 100011101 1000111 1001010

Color Harmonies of #D48FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48FEC

Black with #D48FEC

Text Example


Text Example

White with #D48FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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