Html Css Color HEX #D68BEB Wisteria

📋 copy color: '#D68BEB'

red 214 ◦ green 139 ◦ blue 235

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

Shades of Wisteria #D68BEB

Tints of Wisteria #D68BEB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 23.64%

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

R = 36.39%
G = 23.64%
B = 39.97%

CMYK

 C value IS 0.09

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D68BEB (or 0xD68BEB) is known color: Wisteria. HEX triplet: D6, 8B and EB. RGB value is (214,139,235). Sum of RGB (Red+Green+Blue) = 214+139+235=588 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.39% from 588); Green value is 139 (54.69% from 255 or 23.64% from 588); Blue value is 235 (92.19% from 255 or 39.97% from 588); Max value from RGB is 235 - color contains mainly: blue. Hex color #D68BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68BEB is #297414. Grayscale: #ACACAC. Windows color (decimal): -2716693 or 15436758. OLE color: 15436758.

HSL color Cylindrical-coordinate representation of color #D68BEB: hue angle of 286.88º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D68BEB is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 214 139 235 -
CMYK 0.09 0.41 0 0.08
HSL 286.88º 0.71% 0.73% -
HSV(B) 286.88º 0.41% 0.92% -
XYZ 51.96 38.76 83.34 -
YUV 172.37 163.35 157.69 -
System Red Green Blue C M Y K H S L
Decimal 214 139 235 0.09 0.41 0 0.08 286.88 0.71 0.73
Hex D6 8B EB 9 29 0 8 11F 47 49
Octal 326 213 353 11 51 0 10 437 107 111
Binary 11010110 10001011 11101011 1001 101001 0 1000 100011111 1000111 1001001

Color Harmonies of #D68BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68BEB

Black with #D68BEB

Text Example


Text Example

White with #D68BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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