Html Css Color HEX #D68BEA Wisteria

📋 copy color: '#D68BEA'

red 214 ◦ green 139 ◦ blue 234

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

Shades of Wisteria #D68BEA

Tints of Wisteria #D68BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39.86%

R = 36.46%
G = 23.68%
B = 39.86%

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

#D68BEA (or 0xD68BEA) is known color: Wisteria. HEX triplet: D6, 8B and EA. RGB value is (214,139,234). Sum of RGB (Red+Green+Blue) = 214+139+234=587 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.46% from 587); Green value is 139 (54.69% from 255 or 23.68% from 587); Blue value is 234 (91.80% from 255 or 39.86% from 587); Max value from RGB is 234 - color contains mainly: blue. Hex color #D68BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68BEA is #297415. Grayscale: #ABABAB. Windows color (decimal): -2716694 or 15371222. OLE color: 15371222.

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

Color convert

RGB 214 139 234 -
CMYK 0.09 0.41 0 0.08
HSL 287.37º 0.69% 0.73% -
HSV(B) 287.37º 0.41% 0.92% -
XYZ 51.82 38.7 82.58 -
YUV 172.26 162.85 157.78 -
System Red Green Blue C M Y K H S L
Decimal 214 139 234 0.09 0.41 0 0.08 287.37 0.69 0.73
Hex D6 8B EA 9 29 0 8 11F 45 49
Octal 326 213 352 11 51 0 10 437 105 111
Binary 11010110 10001011 11101010 1001 101001 0 1000 100011111 1000101 1001001

Color Harmonies of #D68BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68BEA

Black with #D68BEA

Text Example


Text Example

White with #D68BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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