Html Css Color HEX #D694F1 Wisteria

📋 copy color: '#D694F1'

red 214 ◦ green 148 ◦ blue 241

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

Shades of Wisteria #D694F1

Tints of Wisteria #D694F1

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.54%

 BLUE value IS 241 (94.53% from 255) = 39.97%

R = 35.49%
G = 24.54%
B = 39.97%

CMYK

 C value IS 0.11

 M value IS 0.39

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D694F1 (or 0xD694F1) is known color: Wisteria. HEX triplet: D6, 94 and F1. RGB value is (214,148,241). Sum of RGB (Red+Green+Blue) = 214+148+241=603 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.49% from 603); Green value is 148 (58.20% from 255 or 24.54% from 603); Blue value is 241 (94.53% from 255 or 39.97% from 603); Max value from RGB is 241 - color contains mainly: blue. Hex color #D694F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D694F1 is #296B0E. Grayscale: #B2B2B2. Windows color (decimal): -2714383 or 15832278. OLE color: 15832278.

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

Color convert

RGB 214 148 241 -
CMYK 0.11 0.39 0 0.05
HSL 282.58º 0.77% 0.76% -
HSV(B) 282.58º 0.39% 0.95% -
XYZ 54.2 41.83 88.44 -
YUV 178.34 163.37 153.44 -
System Red Green Blue C M Y K H S L
Decimal 214 148 241 0.11 0.39 0 0.05 282.58 0.77 0.76
Hex D6 94 F1 B 27 0 5 11B 4D 4C
Octal 326 224 361 13 47 0 5 433 115 114
Binary 11010110 10010100 11110001 1011 100111 0 101 100011011 1001101 1001100

Color Harmonies of #D694F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D694F1

Black with #D694F1

Text Example


Text Example

White with #D694F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D694F1; }

 p { color: rgb(214,148,241); }

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

background-color css

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

 a { background-color: rgb(214,148,241); }

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

border-color css

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

 span { border-color: rgb(214,148,241); }

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