Html Css Color HEX #D697E9 Wisteria

📋 copy color: '#D697E9'

red 214 ◦ green 151 ◦ blue 233

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

Shades of Wisteria #D697E9

Tints of Wisteria #D697E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 38.96%

R = 35.79%
G = 25.25%
B = 38.96%

CMYK

 C value IS 0.08

 M value IS 0.35

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D697E9 (or 0xD697E9) is known color: Wisteria. HEX triplet: D6, 97 and E9. RGB value is (214,151,233). Sum of RGB (Red+Green+Blue) = 214+151+233=598 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.79% from 598); Green value is 151 (59.38% from 255 or 25.25% from 598); Blue value is 233 (91.41% from 255 or 38.96% from 598); Max value from RGB is 233 - color contains mainly: blue. Hex color #D697E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D697E9 is #296816. Grayscale: #B2B2B2. Windows color (decimal): -2713623 or 15308758. OLE color: 15308758.

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

Color convert

RGB 214 151 233 -
CMYK 0.08 0.35 0 0.09
HSL 286.1º 0.65% 0.75% -
HSV(B) 286.1º 0.35% 0.91% -
XYZ 53.51 42.31 82.44 -
YUV 179.19 158.37 152.83 -
System Red Green Blue C M Y K H S L
Decimal 214 151 233 0.08 0.35 0 0.09 286.1 0.65 0.75
Hex D6 97 E9 8 23 0 9 11E 41 4B
Octal 326 227 351 10 43 0 11 436 101 113
Binary 11010110 10010111 11101001 1000 100011 0 1001 100011110 1000001 1001011

Color Harmonies of #D697E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D697E9

Black with #D697E9

Text Example


Text Example

White with #D697E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D697E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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