Html Css Color HEX #D698EF Wisteria

📋 copy color: '#D698EF'

red 214 ◦ green 152 ◦ blue 239

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

Shades of Wisteria #D698EF

Tints of Wisteria #D698EF

RGB

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

 GREEN value IS 152 (59.77% from 255) = 25.12%

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

R = 35.37%
G = 25.12%
B = 39.5%

CMYK

 C value IS 0.10

 M value IS 0.36

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D698EF (or 0xD698EF) is known color: Wisteria. HEX triplet: D6, 98 and EF. RGB value is (214,152,239). Sum of RGB (Red+Green+Blue) = 214+152+239=605 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.37% from 605); Green value is 152 (59.77% from 255 or 25.12% from 605); Blue value is 239 (93.75% from 255 or 39.50% from 605); Max value from RGB is 239 - color contains mainly: blue. Hex color #D698EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D698EF is #296710. Grayscale: #B4B4B4. Windows color (decimal): -2713361 or 15702230. OLE color: 15702230.

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

Color convert

RGB 214 152 239 -
CMYK 0.10 0.36 0 0.06
HSL 282.76º 0.73% 0.77% -
HSV(B) 282.76º 0.36% 0.94% -
XYZ 54.54 42.98 87.08 -
YUV 180.46 161.04 151.93 -
System Red Green Blue C M Y K H S L
Decimal 214 152 239 0.10 0.36 0 0.06 282.76 0.73 0.77
Hex D6 98 EF A 24 0 6 11B 49 4D
Octal 326 230 357 12 44 0 6 433 111 115
Binary 11010110 10011000 11101111 1010 100100 0 110 100011011 1001001 1001101

Color Harmonies of #D698EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D698EF

Black with #D698EF

Text Example


Text Example

White with #D698EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D698EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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