Html Css Color HEX #D696EF Wisteria

📋 copy color: '#D696EF'

red 214 ◦ green 150 ◦ blue 239

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

Shades of Wisteria #D696EF

Tints of Wisteria #D696EF

RGB

 RED value IS 214 (83.98% from 255) = 35.49%

 GREEN value IS 150 (58.98% from 255) = 24.88%

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

R = 35.49%
G = 24.88%
B = 39.64%

CMYK

 C value IS 0.10

 M value IS 0.37

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D696EF (or 0xD696EF) is known color: Wisteria. HEX triplet: D6, 96 and EF. RGB value is (214,150,239). Sum of RGB (Red+Green+Blue) = 214+150+239=603 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.49% from 603); Green value is 150 (58.98% from 255 or 24.88% from 603); Blue value is 239 (93.75% from 255 or 39.64% from 603); Max value from RGB is 239 - color contains mainly: blue. Hex color #D696EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D696EF is #296910. Grayscale: #B2B2B2. Windows color (decimal): -2713873 or 15701718. OLE color: 15701718.

HSL color Cylindrical-coordinate representation of color #D696EF: hue angle of 283.15º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D696EF is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 214 150 239 -
CMYK 0.10 0.37 0 0.06
HSL 283.15º 0.74% 0.76% -
HSV(B) 283.15º 0.37% 0.94% -
XYZ 54.22 42.34 86.98 -
YUV 179.28 161.7 152.76 -
System Red Green Blue C M Y K H S L
Decimal 214 150 239 0.10 0.37 0 0.06 283.15 0.74 0.76
Hex D6 96 EF A 25 0 6 11B 4A 4C
Octal 326 226 357 12 45 0 6 433 112 114
Binary 11010110 10010110 11101111 1010 100101 0 110 100011011 1001010 1001100

Color Harmonies of #D696EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D696EF

Black with #D696EF

Text Example


Text Example

White with #D696EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D696EF; }

 p { color: rgb(214,150,239); }

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

background-color css

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

 a { background-color: rgb(214,150,239); }

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

border-color css

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

 span { border-color: rgb(214,150,239); }

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