Html Css Color HEX #D696EC Wisteria

📋 copy color: '#D696EC'

red 214 ◦ green 150 ◦ blue 236

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

Shades of Wisteria #D696EC

Tints of Wisteria #D696EC

RGB

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

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

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

R = 35.67%
G = 25%
B = 39.33%

CMYK

 C value IS 0.09

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D696EC (or 0xD696EC) is known color: Wisteria. HEX triplet: D6, 96 and EC. RGB value is (214,150,236). Sum of RGB (Red+Green+Blue) = 214+150+236=600 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.67% from 600); Green value is 150 (58.98% from 255 or 25% from 600); Blue value is 236 (92.58% from 255 or 39.33% from 600); Max value from RGB is 236 - color contains mainly: blue. Hex color #D696EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D696EC is #296913. Grayscale: #B2B2B2. Windows color (decimal): -2713876 or 15505110. OLE color: 15505110.

HSL color Cylindrical-coordinate representation of color #D696EC: hue angle of 284.65º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D696EC is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 150 236 -
CMYK 0.09 0.36 0 0.07
HSL 284.65º 0.69% 0.76% -
HSV(B) 284.65º 0.36% 0.93% -
XYZ 53.78 42.16 84.66 -
YUV 178.94 160.2 153.01 -
System Red Green Blue C M Y K H S L
Decimal 214 150 236 0.09 0.36 0 0.07 284.65 0.69 0.76
Hex D6 96 EC 9 24 0 7 11D 45 4C
Octal 326 226 354 11 44 0 7 435 105 114
Binary 11010110 10010110 11101100 1001 100100 0 111 100011101 1000101 1001100

Color Harmonies of #D696EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D696EC

Black with #D696EC

Text Example


Text Example

White with #D696EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D696EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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