Html Css Color HEX #D696EB Wisteria

📋 copy color: '#D696EB'

red 214 ◦ green 150 ◦ blue 235

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

Shades of Wisteria #D696EB

Tints of Wisteria #D696EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 39.23%

R = 35.73%
G = 25.04%
B = 39.23%

CMYK

 C value IS 0.09

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D696EB (or 0xD696EB) is known color: Wisteria. HEX triplet: D6, 96 and EB. RGB value is (214,150,235). Sum of RGB (Red+Green+Blue) = 214+150+235=599 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.73% from 599); Green value is 150 (58.98% from 255 or 25.04% from 599); Blue value is 235 (92.19% from 255 or 39.23% from 599); Max value from RGB is 235 - color contains mainly: blue. Hex color #D696EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D696EB is #296914. Grayscale: #B2B2B2. Windows color (decimal): -2713877 or 15439574. OLE color: 15439574.

HSL color Cylindrical-coordinate representation of color #D696EB: hue angle of 285.18º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D696EB is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 214 150 235 -
CMYK 0.09 0.36 0 0.08
HSL 285.18º 0.68% 0.75% -
HSV(B) 285.18º 0.36% 0.92% -
XYZ 53.63 42.11 83.9 -
YUV 178.83 159.7 153.09 -
System Red Green Blue C M Y K H S L
Decimal 214 150 235 0.09 0.36 0 0.08 285.18 0.68 0.75
Hex D6 96 EB 9 24 0 8 11D 44 4B
Octal 326 226 353 11 44 0 10 435 104 113
Binary 11010110 10010110 11101011 1001 100100 0 1000 100011101 1000100 1001011

Color Harmonies of #D696EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D696EB

Black with #D696EB

Text Example


Text Example

White with #D696EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D696EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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