Html Css Color HEX #D59CEC Wisteria

📋 copy color: '#D59CEC'

red 213 ◦ green 156 ◦ blue 236

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

Shades of Wisteria #D59CEC

Tints of Wisteria #D59CEC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 25.79%

 BLUE value IS 236 (92.58% from 255) = 39.01%

R = 35.21%
G = 25.79%
B = 39.01%

CMYK

 C value IS 0.10

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D59CEC (or 0xD59CEC) is known color: Wisteria. HEX triplet: D5, 9C and EC. RGB value is (213,156,236). Sum of RGB (Red+Green+Blue) = 213+156+236=605 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.21% from 605); Green value is 156 (61.33% from 255 or 25.79% from 605); Blue value is 236 (92.58% from 255 or 39.01% from 605); Max value from RGB is 236 - color contains mainly: blue. Hex color #D59CEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59CEC is #2A6313. Grayscale: #B5B5B5. Windows color (decimal): -2777876 or 15506645. OLE color: 15506645.

HSL color Cylindrical-coordinate representation of color #D59CEC: hue angle of 282.75º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D59CEC is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 156 236 -
CMYK 0.10 0.34 0 0.07
HSL 282.75º 0.68% 0.77% -
HSV(B) 282.75º 0.34% 0.93% -
XYZ 54.47 43.98 84.97 -
YUV 182.16 158.38 150 -
System Red Green Blue C M Y K H S L
Decimal 213 156 236 0.10 0.34 0 0.07 282.75 0.68 0.77
Hex D5 9C EC A 22 0 7 11B 44 4D
Octal 325 234 354 12 42 0 7 433 104 115
Binary 11010101 10011100 11101100 1010 100010 0 111 100011011 1000100 1001101

Color Harmonies of #D59CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59CEC

Black with #D59CEC

Text Example


Text Example

White with #D59CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59CEC; }

 p { color: rgb(213,156,236); }

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

background-color css

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

 a { background-color: rgb(213,156,236); }

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

border-color css

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

 span { border-color: rgb(213,156,236); }

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