Html Css Color HEX #D68EED Wisteria

📋 copy color: '#D68EED'

red 214 ◦ green 142 ◦ blue 237

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

Shades of Wisteria #D68EED

Tints of Wisteria #D68EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 39.97%

R = 36.09%
G = 23.95%
B = 39.97%

CMYK

 C value IS 0.10

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D68EED (or 0xD68EED) is known color: Wisteria. HEX triplet: D6, 8E and ED. RGB value is (214,142,237). Sum of RGB (Red+Green+Blue) = 214+142+237=593 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.09% from 593); Green value is 142 (55.86% from 255 or 23.95% from 593); Blue value is 237 (92.97% from 255 or 39.97% from 593); Max value from RGB is 237 - color contains mainly: blue. Hex color #D68EED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68EED is #297112. Grayscale: #AEAEAE. Windows color (decimal): -2715923 or 15568598. OLE color: 15568598.

HSL color Cylindrical-coordinate representation of color #D68EED: hue angle of 285.47º degrees, saturation: 0.73, 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 #D68EED is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 142 237 -
CMYK 0.10 0.40 0 0.07
HSL 285.47º 0.73% 0.74% -
HSV(B) 285.47º 0.4% 0.93% -
XYZ 52.69 39.76 85.02 -
YUV 174.36 163.35 156.28 -
System Red Green Blue C M Y K H S L
Decimal 214 142 237 0.10 0.40 0 0.07 285.47 0.73 0.74
Hex D6 8E ED A 28 0 7 11D 49 4A
Octal 326 216 355 12 50 0 7 435 111 112
Binary 11010110 10001110 11101101 1010 101000 0 111 100011101 1001001 1001010

Color Harmonies of #D68EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68EED

Black with #D68EED

Text Example


Text Example

White with #D68EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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