Html Css Color HEX #D39CEF Wisteria

📋 copy color: '#D39CEF'

red 211 ◦ green 156 ◦ blue 239

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

Shades of Wisteria #D39CEF

Tints of Wisteria #D39CEF

RGB

 RED value IS 211 (82.81% from 255) = 34.82%

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

 BLUE value IS 239 (93.75% from 255) = 39.44%

R = 34.82%
G = 25.74%
B = 39.44%

CMYK

 C value IS 0.12

 M value IS 0.35

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D39CEF (or 0xD39CEF) is known color: Wisteria. HEX triplet: D3, 9C and EF. RGB value is (211,156,239). Sum of RGB (Red+Green+Blue) = 211+156+239=606 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.82% from 606); Green value is 156 (61.33% from 255 or 25.74% from 606); Blue value is 239 (93.75% from 255 or 39.44% from 606); Max value from RGB is 239 - color contains mainly: blue. Hex color #D39CEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D39CEF is #2C6310. Grayscale: #B5B5B5. Windows color (decimal): -2908945 or 15703251. OLE color: 15703251.

HSL color Cylindrical-coordinate representation of color #D39CEF: hue angle of 279.76º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D39CEF is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 211 156 239 -
CMYK 0.12 0.35 0 0.06
HSL 279.76º 0.72% 0.77% -
HSV(B) 279.76º 0.35% 0.94% -
XYZ 54.33 43.86 87.26 -
YUV 181.91 160.22 148.75 -
System Red Green Blue C M Y K H S L
Decimal 211 156 239 0.12 0.35 0 0.06 279.76 0.72 0.77
Hex D3 9C EF C 23 0 6 118 48 4D
Octal 323 234 357 14 43 0 6 430 110 115
Binary 11010011 10011100 11101111 1100 100011 0 110 100011000 1001000 1001101

Color Harmonies of #D39CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39CEF

Black with #D39CEF

Text Example


Text Example

White with #D39CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39CEF; }

 p { color: rgb(211,156,239); }

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

background-color css

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

 a { background-color: rgb(211,156,239); }

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

border-color css

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

 span { border-color: rgb(211,156,239); }

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