Html Css Color HEX #D48BEC Wisteria

📋 copy color: '#D48BEC'

red 212 ◦ green 139 ◦ blue 236

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

Shades of Wisteria #D48BEC

Tints of Wisteria #D48BEC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 23.68%

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

R = 36.12%
G = 23.68%
B = 40.2%

CMYK

 C value IS 0.10

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D48BEC (or 0xD48BEC) is known color: Wisteria. HEX triplet: D4, 8B and EC. RGB value is (212,139,236). Sum of RGB (Red+Green+Blue) = 212+139+236=587 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.12% from 587); Green value is 139 (54.69% from 255 or 23.68% from 587); Blue value is 236 (92.58% from 255 or 40.20% from 587); Max value from RGB is 236 - color contains mainly: blue. Hex color #D48BEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48BEC is #2B7413. Grayscale: #ABABAB. Windows color (decimal): -2847764 or 15502292. OLE color: 15502292.

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

Color convert

RGB 212 139 236 -
CMYK 0.10 0.41 0 0.07
HSL 285.15º 0.72% 0.74% -
HSV(B) 285.15º 0.41% 0.93% -
XYZ 51.52 38.52 84.08 -
YUV 171.89 164.18 156.61 -
System Red Green Blue C M Y K H S L
Decimal 212 139 236 0.10 0.41 0 0.07 285.15 0.72 0.74
Hex D4 8B EC A 29 0 7 11D 48 4A
Octal 324 213 354 12 51 0 7 435 110 112
Binary 11010100 10001011 11101100 1010 101001 0 111 100011101 1001000 1001010

Color Harmonies of #D48BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48BEC

Black with #D48BEC

Text Example


Text Example

White with #D48BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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