Html Css Color HEX #D690F4 Wisteria

📋 copy color: '#D690F4'

red 214 ◦ green 144 ◦ blue 244

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

Shades of Wisteria #D690F4

Tints of Wisteria #D690F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 40.53%

R = 35.55%
G = 23.92%
B = 40.53%

CMYK

 C value IS 0.12

 M value IS 0.41

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D690F4 (or 0xD690F4) is known color: Wisteria. HEX triplet: D6, 90 and F4. RGB value is (214,144,244). Sum of RGB (Red+Green+Blue) = 214+144+244=602 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.55% from 602); Green value is 144 (56.64% from 255 or 23.92% from 602); Blue value is 244 (95.70% from 255 or 40.53% from 602); Max value from RGB is 244 - color contains mainly: blue. Hex color #D690F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D690F4 is #296F0B. Grayscale: #B0B0B0. Windows color (decimal): -2715404 or 16027862. OLE color: 16027862.

HSL color Cylindrical-coordinate representation of color #D690F4: hue angle of 282º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D690F4 is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 214 144 244 -
CMYK 0.12 0.41 0 0.04
HSL 282º 0.82% 0.76% -
HSV(B) 282º 0.41% 0.96% -
XYZ 54.03 40.77 90.61 -
YUV 176.33 166.19 154.87 -
System Red Green Blue C M Y K H S L
Decimal 214 144 244 0.12 0.41 0 0.04 282 0.82 0.76
Hex D6 90 F4 C 29 0 4 11A 52 4C
Octal 326 220 364 14 51 0 4 432 122 114
Binary 11010110 10010000 11110100 1100 101001 0 100 100011010 1010010 1001100

Color Harmonies of #D690F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D690F4

Black with #D690F4

Text Example


Text Example

White with #D690F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D690F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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