Html Css Color HEX #D68EEC Wisteria

📋 copy color: '#D68EEC'

red 214 ◦ green 142 ◦ blue 236

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

Shades of Wisteria #D68EEC

Tints of Wisteria #D68EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 39.86%

R = 36.15%
G = 23.99%
B = 39.86%

CMYK

 C value IS 0.09

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D68EEC (or 0xD68EEC) is known color: Wisteria. HEX triplet: D6, 8E and EC. RGB value is (214,142,236). Sum of RGB (Red+Green+Blue) = 214+142+236=592 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.15% from 592); Green value is 142 (55.86% from 255 or 23.99% from 592); Blue value is 236 (92.58% from 255 or 39.86% from 592); Max value from RGB is 236 - color contains mainly: blue. Hex color #D68EEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68EEC is #297113. Grayscale: #ADADAD. Windows color (decimal): -2715924 or 15503062. OLE color: 15503062.

HSL color Cylindrical-coordinate representation of color #D68EEC: hue angle of 285.96º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D68EEC is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 142 236 -
CMYK 0.09 0.40 0 0.07
HSL 285.96º 0.71% 0.74% -
HSV(B) 285.96º 0.4% 0.93% -
XYZ 52.54 39.7 84.25 -
YUV 174.24 162.85 156.36 -
System Red Green Blue C M Y K H S L
Decimal 214 142 236 0.09 0.40 0 0.07 285.96 0.71 0.74
Hex D6 8E EC 9 28 0 7 11E 47 4A
Octal 326 216 354 11 50 0 7 436 107 112
Binary 11010110 10001110 11101100 1001 101000 0 111 100011110 1000111 1001010

Color Harmonies of #D68EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68EEC

Black with #D68EEC

Text Example


Text Example

White with #D68EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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