Html Css Color HEX #D59CED Wisteria

📋 copy color: '#D59CED'

red 213 ◦ green 156 ◦ blue 237

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

Shades of Wisteria #D59CED

Tints of Wisteria #D59CED

RGB

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

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

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

R = 35.15%
G = 25.74%
B = 39.11%

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

#D59CED (or 0xD59CED) is known color: Wisteria. HEX triplet: D5, 9C and ED. RGB value is (213,156,237). Sum of RGB (Red+Green+Blue) = 213+156+237=606 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.15% from 606); Green value is 156 (61.33% from 255 or 25.74% from 606); Blue value is 237 (92.97% from 255 or 39.11% from 606); Max value from RGB is 237 - color contains mainly: blue. Hex color #D59CED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59CED is #2A6312. Grayscale: #B6B6B6. Windows color (decimal): -2777875 or 15572181. OLE color: 15572181.

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

Color convert

RGB 213 156 237 -
CMYK 0.10 0.34 0 0.07
HSL 282.22º 0.69% 0.77% -
HSV(B) 282.22º 0.34% 0.93% -
XYZ 54.62 44.04 85.74 -
YUV 182.28 158.88 149.91 -
System Red Green Blue C M Y K H S L
Decimal 213 156 237 0.10 0.34 0 0.07 282.22 0.69 0.77
Hex D5 9C ED A 22 0 7 11A 45 4D
Octal 325 234 355 12 42 0 7 432 105 115
Binary 11010101 10011100 11101101 1010 100010 0 111 100011010 1000101 1001101

Color Harmonies of #D59CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59CED

Black with #D59CED

Text Example


Text Example

White with #D59CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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