Html Css Color HEX #D58CED Wisteria

📋 copy color: '#D58CED'

red 213 ◦ green 140 ◦ blue 237

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

Shades of Wisteria #D58CED

Tints of Wisteria #D58CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.17%

R = 36.1%
G = 23.73%
B = 40.17%

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

#D58CED (or 0xD58CED) is known color: Wisteria. HEX triplet: D5, 8C and ED. RGB value is (213,140,237). Sum of RGB (Red+Green+Blue) = 213+140+237=590 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.10% from 590); Green value is 140 (55.08% from 255 or 23.73% from 590); Blue value is 237 (92.97% from 255 or 40.17% from 590); Max value from RGB is 237 - color contains mainly: blue. Hex color #D58CED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D58CED is #2A7312. Grayscale: #ACACAC. Windows color (decimal): -2781971 or 15568085. OLE color: 15568085.

HSL color Cylindrical-coordinate representation of color #D58CED: hue angle of 285.15º degrees, saturation: 0.73, 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 #D58CED is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 140 237 -
CMYK 0.10 0.41 0 0.07
HSL 285.15º 0.73% 0.74% -
HSV(B) 285.15º 0.41% 0.93% -
XYZ 52.1 39.02 84.91 -
YUV 172.89 164.18 156.61 -
System Red Green Blue C M Y K H S L
Decimal 213 140 237 0.10 0.41 0 0.07 285.15 0.73 0.74
Hex D5 8C ED A 29 0 7 11D 49 4A
Octal 325 214 355 12 51 0 7 435 111 112
Binary 11010101 10001100 11101101 1010 101001 0 111 100011101 1001001 1001010

Color Harmonies of #D58CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58CED

Black with #D58CED

Text Example


Text Example

White with #D58CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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