Html Css Color HEX #D694EB Wisteria

📋 copy color: '#D694EB'

red 214 ◦ green 148 ◦ blue 235

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

Shades of Wisteria #D694EB

Tints of Wisteria #D694EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 39.36%

R = 35.85%
G = 24.79%
B = 39.36%

CMYK

 C value IS 0.09

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D694EB (or 0xD694EB) is known color: Wisteria. HEX triplet: D6, 94 and EB. RGB value is (214,148,235). Sum of RGB (Red+Green+Blue) = 214+148+235=597 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.85% from 597); Green value is 148 (58.20% from 255 or 24.79% from 597); Blue value is 235 (92.19% from 255 or 39.36% from 597); Max value from RGB is 235 - color contains mainly: blue. Hex color #D694EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D694EB is #296B14. Grayscale: #B1B1B1. Windows color (decimal): -2714389 or 15439062. OLE color: 15439062.

HSL color Cylindrical-coordinate representation of color #D694EB: hue angle of 285.52º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D694EB is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 214 148 235 -
CMYK 0.09 0.37 0 0.08
HSL 285.52º 0.69% 0.75% -
HSV(B) 285.52º 0.37% 0.92% -
XYZ 53.32 41.47 83.79 -
YUV 177.65 160.37 153.93 -
System Red Green Blue C M Y K H S L
Decimal 214 148 235 0.09 0.37 0 0.08 285.52 0.69 0.75
Hex D6 94 EB 9 25 0 8 11E 45 4B
Octal 326 224 353 11 45 0 10 436 105 113
Binary 11010110 10010100 11101011 1001 100101 0 1000 100011110 1000101 1001011

Color Harmonies of #D694EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D694EB

Black with #D694EB

Text Example


Text Example

White with #D694EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D694EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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