Html Css Color HEX #D68FEF Wisteria

📋 copy color: '#D68FEF'

red 214 ◦ green 143 ◦ blue 239

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

Shades of Wisteria #D68FEF

Tints of Wisteria #D68FEF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 23.99%

 BLUE value IS 239 (93.75% from 255) = 40.1%

R = 35.91%
G = 23.99%
B = 40.1%

CMYK

 C value IS 0.10

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D68FEF (or 0xD68FEF) is known color: Wisteria. HEX triplet: D6, 8F and EF. RGB value is (214,143,239). Sum of RGB (Red+Green+Blue) = 214+143+239=596 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.91% from 596); Green value is 143 (56.25% from 255 or 23.99% from 596); Blue value is 239 (93.75% from 255 or 40.10% from 596); Max value from RGB is 239 - color contains mainly: blue. Hex color #D68FEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68FEF is #297010. Grayscale: #AEAEAE. Windows color (decimal): -2715665 or 15699926. OLE color: 15699926.

HSL color Cylindrical-coordinate representation of color #D68FEF: hue angle of 284.38º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D68FEF is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 214 143 239 -
CMYK 0.10 0.40 0 0.06
HSL 284.38º 0.75% 0.75% -
HSV(B) 284.38º 0.4% 0.94% -
XYZ 53.13 40.17 86.62 -
YUV 175.17 164.02 155.69 -
System Red Green Blue C M Y K H S L
Decimal 214 143 239 0.10 0.40 0 0.06 284.38 0.75 0.75
Hex D6 8F EF A 28 0 6 11C 4B 4B
Octal 326 217 357 12 50 0 6 434 113 113
Binary 11010110 10001111 11101111 1010 101000 0 110 100011100 1001011 1001011

Color Harmonies of #D68FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68FEF

Black with #D68FEF

Text Example


Text Example

White with #D68FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68FEF; }

 p { color: rgb(214,143,239); }

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

background-color css

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

 a { background-color: rgb(214,143,239); }

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

border-color css

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

 span { border-color: rgb(214,143,239); }

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