Html Css Color HEX #D68DEB Wisteria

📋 copy color: '#D68DEB'

red 214 ◦ green 141 ◦ blue 235

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

Shades of Wisteria #D68DEB

Tints of Wisteria #D68DEB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 23.9%

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

R = 36.27%
G = 23.9%
B = 39.83%

CMYK

 C value IS 0.09

 M value IS 0.4

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D68DEB (or 0xD68DEB) is known color: Wisteria. HEX triplet: D6, 8D and EB. RGB value is (214,141,235). Sum of RGB (Red+Green+Blue) = 214+141+235=590 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.27% from 590); Green value is 141 (55.47% from 255 or 23.90% from 590); Blue value is 235 (92.19% from 255 or 39.83% from 590); Max value from RGB is 235 - color contains mainly: blue. Hex color #D68DEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68DEB is #297214. Grayscale: #ADADAD. Windows color (decimal): -2716181 or 15437270. OLE color: 15437270.

HSL color Cylindrical-coordinate representation of color #D68DEB: hue angle of 286.6º 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 #D68DEB is Cyan = 0.09, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 214 141 235 -
CMYK 0.09 0.4 0 0.08
HSL 286.6º 0.7% 0.74% -
HSV(B) 286.6º 0.4% 0.92% -
XYZ 52.25 39.34 83.44 -
YUV 173.54 162.68 156.86 -
System Red Green Blue C M Y K H S L
Decimal 214 141 235 0.09 0.4 0 0.08 286.6 0.7 0.74
Hex D6 8D EB 9 28 0 8 11F 46 4A
Octal 326 215 353 11 50 0 10 437 106 112
Binary 11010110 10001101 11101011 1001 101000 0 1000 100011111 1000110 1001010

Color Harmonies of #D68DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68DEB

Black with #D68DEB

Text Example


Text Example

White with #D68DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68DEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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