Html Css Color HEX #D68EEF Wisteria

📋 copy color: '#D68EEF'

red 214 ◦ green 142 ◦ blue 239

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

Shades of Wisteria #D68EEF

Tints of Wisteria #D68EEF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 23.87%

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

R = 35.97%
G = 23.87%
B = 40.17%

CMYK

 C value IS 0.10

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D68EEF (or 0xD68EEF) is known color: Wisteria. HEX triplet: D6, 8E and EF. RGB value is (214,142,239). Sum of RGB (Red+Green+Blue) = 214+142+239=595 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.97% from 595); Green value is 142 (55.86% from 255 or 23.87% from 595); Blue value is 239 (93.75% from 255 or 40.17% from 595); Max value from RGB is 239 - color contains mainly: blue. Hex color #D68EEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68EEF is #297110. Grayscale: #AEAEAE. Windows color (decimal): -2715921 or 15699670. OLE color: 15699670.

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

Color convert

RGB 214 142 239 -
CMYK 0.10 0.41 0 0.06
HSL 284.54º 0.75% 0.75% -
HSV(B) 284.54º 0.41% 0.94% -
XYZ 52.98 39.87 86.57 -
YUV 174.59 164.35 156.11 -
System Red Green Blue C M Y K H S L
Decimal 214 142 239 0.10 0.41 0 0.06 284.54 0.75 0.75
Hex D6 8E EF A 29 0 6 11D 4B 4B
Octal 326 216 357 12 51 0 6 435 113 113
Binary 11010110 10001110 11101111 1010 101001 0 110 100011101 1001011 1001011

Color Harmonies of #D68EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68EEF

Black with #D68EEF

Text Example


Text Example

White with #D68EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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