Html Css Color HEX #D68EEB Wisteria

📋 copy color: '#D68EEB'

red 214 ◦ green 142 ◦ blue 235

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

Shades of Wisteria #D68EEB

Tints of Wisteria #D68EEB

RGB

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

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

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

R = 36.21%
G = 24.03%
B = 39.76%

CMYK

 C value IS 0.09

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D68EEB (or 0xD68EEB) is known color: Wisteria. HEX triplet: D6, 8E and EB. RGB value is (214,142,235). Sum of RGB (Red+Green+Blue) = 214+142+235=591 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.21% from 591); Green value is 142 (55.86% from 255 or 24.03% from 591); Blue value is 235 (92.19% from 255 or 39.76% from 591); Max value from RGB is 235 - color contains mainly: blue. Hex color #D68EEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68EEB is #297114. Grayscale: #ADADAD. Windows color (decimal): -2715925 or 15437526. OLE color: 15437526.

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

Color convert

RGB 214 142 235 -
CMYK 0.09 0.40 0 0.08
HSL 286.45º 0.7% 0.74% -
HSV(B) 286.45º 0.4% 0.92% -
XYZ 52.4 39.64 83.49 -
YUV 174.13 162.35 156.44 -
System Red Green Blue C M Y K H S L
Decimal 214 142 235 0.09 0.40 0 0.08 286.45 0.7 0.74
Hex D6 8E EB 9 28 0 8 11E 46 4A
Octal 326 216 353 11 50 0 10 436 106 112
Binary 11010110 10001110 11101011 1001 101000 0 1000 100011110 1000110 1001010

Color Harmonies of #D68EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68EEB

Black with #D68EEB

Text Example


Text Example

White with #D68EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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