Html Css Color HEX #D690F3 Wisteria

📋 copy color: '#D690F3'

red 214 ◦ green 144 ◦ blue 243

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

Shades of Wisteria #D690F3

Tints of Wisteria #D690F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 40.43%

R = 35.61%
G = 23.96%
B = 40.43%

CMYK

 C value IS 0.12

 M value IS 0.41

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D690F3 (or 0xD690F3) is known color: Wisteria. HEX triplet: D6, 90 and F3. RGB value is (214,144,243). Sum of RGB (Red+Green+Blue) = 214+144+243=601 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.61% from 601); Green value is 144 (56.64% from 255 or 23.96% from 601); Blue value is 243 (95.31% from 255 or 40.43% from 601); Max value from RGB is 243 - color contains mainly: blue. Hex color #D690F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D690F3 is #296F0C. Grayscale: #AFAFAF. Windows color (decimal): -2715405 or 15962326. OLE color: 15962326.

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

Color convert

RGB 214 144 243 -
CMYK 0.12 0.41 0 0.05
HSL 282.42º 0.8% 0.76% -
HSV(B) 282.42º 0.41% 0.95% -
XYZ 53.88 40.71 89.81 -
YUV 176.22 165.69 154.95 -
System Red Green Blue C M Y K H S L
Decimal 214 144 243 0.12 0.41 0 0.05 282.42 0.8 0.76
Hex D6 90 F3 C 29 0 5 11A 50 4C
Octal 326 220 363 14 51 0 5 432 120 114
Binary 11010110 10010000 11110011 1100 101001 0 101 100011010 1010000 1001100

Color Harmonies of #D690F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D690F3

Black with #D690F3

Text Example


Text Example

White with #D690F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D690F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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