Html Css Color HEX #D48BEB Wisteria

📋 copy color: '#D48BEB'

red 212 ◦ green 139 ◦ blue 235

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

Shades of Wisteria #D48BEB

Tints of Wisteria #D48BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.1%

R = 36.18%
G = 23.72%
B = 40.1%

CMYK

 C value IS 0.10

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D48BEB (or 0xD48BEB) is known color: Wisteria. HEX triplet: D4, 8B and EB. RGB value is (212,139,235). Sum of RGB (Red+Green+Blue) = 212+139+235=586 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.18% from 586); Green value is 139 (54.69% from 255 or 23.72% from 586); Blue value is 235 (92.19% from 255 or 40.10% from 586); Max value from RGB is 235 - color contains mainly: blue. Hex color #D48BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48BEB is #2B7414. Grayscale: #ABABAB. Windows color (decimal): -2847765 or 15436756. OLE color: 15436756.

HSL color Cylindrical-coordinate representation of color #D48BEB: hue angle of 285.62º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D48BEB is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 212 139 235 -
CMYK 0.10 0.41 0 0.08
HSL 285.63º 0.71% 0.73% -
HSV(B) 285.63º 0.41% 0.92% -
XYZ 51.38 38.46 83.31 -
YUV 171.77 163.68 156.69 -
System Red Green Blue C M Y K H S L
Decimal 212 139 235 0.10 0.41 0 0.08 285.63 0.71 0.73
Hex D4 8B EB A 29 0 8 11E 47 49
Octal 324 213 353 12 51 0 10 436 107 111
Binary 11010100 10001011 11101011 1010 101001 0 1000 100011110 1000111 1001001

Color Harmonies of #D48BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48BEB

Black with #D48BEB

Text Example


Text Example

White with #D48BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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