Html Css Color HEX #D58BEB Wisteria

📋 copy color: '#D58BEB'

red 213 ◦ green 139 ◦ blue 235

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

Shades of Wisteria #D58BEB

Tints of Wisteria #D58BEB

RGB

 RED value IS 213 (83.59% from 255) = 36.29%

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

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

R = 36.29%
G = 23.68%
B = 40.03%

CMYK

 C value IS 0.09

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D58BEB (or 0xD58BEB) is known color: Wisteria. HEX triplet: D5, 8B and EB. RGB value is (213,139,235). Sum of RGB (Red+Green+Blue) = 213+139+235=587 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.29% from 587); Green value is 139 (54.69% from 255 or 23.68% from 587); Blue value is 235 (92.19% from 255 or 40.03% from 587); Max value from RGB is 235 - color contains mainly: blue. Hex color #D58BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D58BEB is #2A7414. Grayscale: #ABABAB. Windows color (decimal): -2782229 or 15436757. OLE color: 15436757.

HSL color Cylindrical-coordinate representation of color #D58BEB: hue angle of 286.25º 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 #D58BEB is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 213 139 235 -
CMYK 0.09 0.41 0 0.08
HSL 286.25º 0.71% 0.73% -
HSV(B) 286.25º 0.41% 0.92% -
XYZ 51.67 38.61 83.33 -
YUV 172.07 163.52 157.19 -
System Red Green Blue C M Y K H S L
Decimal 213 139 235 0.09 0.41 0 0.08 286.25 0.71 0.73
Hex D5 8B EB 9 29 0 8 11E 47 49
Octal 325 213 353 11 51 0 10 436 107 111
Binary 11010101 10001011 11101011 1001 101001 0 1000 100011110 1000111 1001001

Color Harmonies of #D58BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58BEB

Black with #D58BEB

Text Example


Text Example

White with #D58BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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