Html Css Color HEX #D58CEB Wisteria

📋 copy color: '#D58CEB'

red 213 ◦ green 140 ◦ blue 235

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

Shades of Wisteria #D58CEB

Tints of Wisteria #D58CEB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.81%

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

R = 36.22%
G = 23.81%
B = 39.97%

CMYK

 C value IS 0.09

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D58CEB (or 0xD58CEB) is known color: Wisteria. HEX triplet: D5, 8C and EB. RGB value is (213,140,235). Sum of RGB (Red+Green+Blue) = 213+140+235=588 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.22% from 588); Green value is 140 (55.08% from 255 or 23.81% from 588); Blue value is 235 (92.19% from 255 or 39.97% from 588); Max value from RGB is 235 - color contains mainly: blue. Hex color #D58CEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D58CEB is #2A7314. Grayscale: #ACACAC. Windows color (decimal): -2781973 or 15437013. OLE color: 15437013.

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

Color convert

RGB 213 140 235 -
CMYK 0.09 0.40 0 0.08
HSL 286.11º 0.7% 0.74% -
HSV(B) 286.11º 0.4% 0.92% -
XYZ 51.81 38.9 83.37 -
YUV 172.66 163.18 156.78 -
System Red Green Blue C M Y K H S L
Decimal 213 140 235 0.09 0.40 0 0.08 286.11 0.7 0.74
Hex D5 8C EB 9 28 0 8 11E 46 4A
Octal 325 214 353 11 50 0 10 436 106 112
Binary 11010101 10001100 11101011 1001 101000 0 1000 100011110 1000110 1001010

Color Harmonies of #D58CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58CEB

Black with #D58CEB

Text Example


Text Example

White with #D58CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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