Html Css Color HEX #D699EF Wisteria

📋 copy color: '#D699EF'

red 214 ◦ green 153 ◦ blue 239

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

Shades of Wisteria #D699EF

Tints of Wisteria #D699EF

RGB

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

 GREEN value IS 153 (60.16% from 255) = 25.25%

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

R = 35.31%
G = 25.25%
B = 39.44%

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

#D699EF (or 0xD699EF) is known color: Wisteria. HEX triplet: D6, 99 and EF. RGB value is (214,153,239). Sum of RGB (Red+Green+Blue) = 214+153+239=606 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.31% from 606); Green value is 153 (60.16% from 255 or 25.25% from 606); Blue value is 239 (93.75% from 255 or 39.44% from 606); Max value from RGB is 239 - color contains mainly: blue. Hex color #D699EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D699EF is #296610. Grayscale: #B4B4B4. Windows color (decimal): -2713105 or 15702486. OLE color: 15702486.

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

Color convert

RGB 214 153 239 -
CMYK 0.10 0.36 0 0.06
HSL 282.56º 0.73% 0.77% -
HSV(B) 282.56º 0.36% 0.94% -
XYZ 54.7 43.31 87.14 -
YUV 181.04 160.71 151.51 -
System Red Green Blue C M Y K H S L
Decimal 214 153 239 0.10 0.36 0 0.06 282.56 0.73 0.77
Hex D6 99 EF A 24 0 6 11B 49 4D
Octal 326 231 357 12 44 0 6 433 111 115
Binary 11010110 10011001 11101111 1010 100100 0 110 100011011 1001001 1001101

Color Harmonies of #D699EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D699EF

Black with #D699EF

Text Example


Text Example

White with #D699EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D699EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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