Html Css Color HEX #D690EF Wisteria

📋 copy color: '#D690EF'

red 214 ◦ green 144 ◦ blue 239

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

Shades of Wisteria #D690EF

Tints of Wisteria #D690EF

RGB

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

 GREEN value IS 144 (56.64% from 255) = 24.12%

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

R = 35.85%
G = 24.12%
B = 40.03%

CMYK

 C value IS 0.10

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D690EF (or 0xD690EF) is known color: Wisteria. HEX triplet: D6, 90 and EF. RGB value is (214,144,239). Sum of RGB (Red+Green+Blue) = 214+144+239=597 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.85% from 597); Green value is 144 (56.64% from 255 or 24.12% from 597); Blue value is 239 (93.75% from 255 or 40.03% from 597); Max value from RGB is 239 - color contains mainly: blue. Hex color #D690EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D690EF is #296F10. Grayscale: #AFAFAF. Windows color (decimal): -2715409 or 15700182. OLE color: 15700182.

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

Color convert

RGB 214 144 239 -
CMYK 0.10 0.40 0 0.06
HSL 284.21º 0.75% 0.75% -
HSV(B) 284.21º 0.4% 0.94% -
XYZ 53.28 40.47 86.67 -
YUV 175.76 163.69 155.28 -
System Red Green Blue C M Y K H S L
Decimal 214 144 239 0.10 0.40 0 0.06 284.21 0.75 0.75
Hex D6 90 EF A 28 0 6 11C 4B 4B
Octal 326 220 357 12 50 0 6 434 113 113
Binary 11010110 10010000 11101111 1010 101000 0 110 100011100 1001011 1001011

Color Harmonies of #D690EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D690EF

Black with #D690EF

Text Example


Text Example

White with #D690EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D690EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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