Html Css Color HEX #D395EC Wisteria

📋 copy color: '#D395EC'

red 211 ◦ green 149 ◦ blue 236

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

Shades of Wisteria #D395EC

Tints of Wisteria #D395EC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25%

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

R = 35.4%
G = 25%
B = 39.6%

CMYK

 C value IS 0.11

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D395EC (or 0xD395EC) is known color: Wisteria. HEX triplet: D3, 95 and EC. RGB value is (211,149,236). Sum of RGB (Red+Green+Blue) = 211+149+236=596 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.40% from 596); Green value is 149 (58.59% from 255 or 25% from 596); Blue value is 236 (92.58% from 255 or 39.60% from 596); Max value from RGB is 236 - color contains mainly: blue. Hex color #D395EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D395EC is #2C6A13. Grayscale: #B1B1B1. Windows color (decimal): -2910740 or 15504851. OLE color: 15504851.

HSL color Cylindrical-coordinate representation of color #D395EC: hue angle of 282.76º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D395EC is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 211 149 236 -
CMYK 0.11 0.37 0 0.07
HSL 282.76º 0.7% 0.75% -
HSV(B) 282.76º 0.37% 0.93% -
XYZ 52.75 41.4 84.57 -
YUV 177.46 161.04 151.93 -
System Red Green Blue C M Y K H S L
Decimal 211 149 236 0.11 0.37 0 0.07 282.76 0.7 0.75
Hex D3 95 EC B 25 0 7 11B 46 4B
Octal 323 225 354 13 45 0 7 433 106 113
Binary 11010011 10010101 11101100 1011 100101 0 111 100011011 1000110 1001011

Color Harmonies of #D395EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D395EC

Black with #D395EC

Text Example


Text Example

White with #D395EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D395EC; }

 p { color: rgb(211,149,236); }

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

background-color css

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

 a { background-color: rgb(211,149,236); }

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

border-color css

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

 span { border-color: rgb(211,149,236); }

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