Html Css Color HEX #D697EF Wisteria

📋 copy color: '#D697EF'

red 214 ◦ green 151 ◦ blue 239

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

Shades of Wisteria #D697EF

Tints of Wisteria #D697EF

RGB

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

 GREEN value IS 151 (59.38% from 255) = 25%

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

R = 35.43%
G = 25%
B = 39.57%

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

#D697EF (or 0xD697EF) is known color: Wisteria. HEX triplet: D6, 97 and EF. RGB value is (214,151,239). Sum of RGB (Red+Green+Blue) = 214+151+239=604 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.43% from 604); Green value is 151 (59.38% from 255 or 25% from 604); Blue value is 239 (93.75% from 255 or 39.57% from 604); Max value from RGB is 239 - color contains mainly: blue. Hex color #D697EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D697EF is #296810. Grayscale: #B3B3B3. Windows color (decimal): -2713617 or 15701974. OLE color: 15701974.

HSL color Cylindrical-coordinate representation of color #D697EF: hue angle of 282.95º degrees, saturation: 0.73, 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 #D697EF is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 214 151 239 -
CMYK 0.10 0.37 0 0.06
HSL 282.95º 0.73% 0.76% -
HSV(B) 282.95º 0.37% 0.94% -
XYZ 54.38 42.66 87.03 -
YUV 179.87 161.37 152.34 -
System Red Green Blue C M Y K H S L
Decimal 214 151 239 0.10 0.37 0 0.06 282.95 0.73 0.76
Hex D6 97 EF A 25 0 6 11B 49 4C
Octal 326 227 357 12 45 0 6 433 111 114
Binary 11010110 10010111 11101111 1010 100101 0 110 100011011 1001001 1001100

Color Harmonies of #D697EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D697EF

Black with #D697EF

Text Example


Text Example

White with #D697EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D697EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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