Html Css Color HEX #D48BE7 Wisteria

📋 copy color: '#D48BE7'

red 212 ◦ green 139 ◦ blue 231

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

Shades of Wisteria #D48BE7

Tints of Wisteria #D48BE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 39.69%

R = 36.43%
G = 23.88%
B = 39.69%

CMYK

 C value IS 0.08

 M value IS 0.40

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D48BE7 (or 0xD48BE7) is known color: Wisteria. HEX triplet: D4, 8B and E7. RGB value is (212,139,231). Sum of RGB (Red+Green+Blue) = 212+139+231=582 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.43% from 582); Green value is 139 (54.69% from 255 or 23.88% from 582); Blue value is 231 (90.62% from 255 or 39.69% from 582); Max value from RGB is 231 - color contains mainly: blue. Hex color #D48BE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48BE7 is #2B7418. Grayscale: #ABABAB. Windows color (decimal): -2847769 or 15174612. OLE color: 15174612.

HSL color Cylindrical-coordinate representation of color #D48BE7: hue angle of 287.61º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D48BE7 is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 212 139 231 -
CMYK 0.08 0.40 0 0.09
HSL 287.61º 0.66% 0.73% -
HSV(B) 287.61º 0.4% 0.91% -
XYZ 50.81 38.23 80.3 -
YUV 171.32 161.68 157.02 -
System Red Green Blue C M Y K H S L
Decimal 212 139 231 0.08 0.40 0 0.09 287.61 0.66 0.73
Hex D4 8B E7 8 28 0 9 120 42 49
Octal 324 213 347 10 50 0 11 440 102 111
Binary 11010100 10001011 11100111 1000 101000 0 1001 100100000 1000010 1001001

Color Harmonies of #D48BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48BE7

Black with #D48BE7

Text Example


Text Example

White with #D48BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48BE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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