Html Css Color HEX #D68FEE Wisteria

📋 copy color: '#D68FEE'

red 214 ◦ green 143 ◦ blue 238

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

Shades of Wisteria #D68FEE

Tints of Wisteria #D68FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40%

R = 35.97%
G = 24.03%
B = 40%

CMYK

 C value IS 0.10

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D68FEE (or 0xD68FEE) is known color: Wisteria. HEX triplet: D6, 8F and EE. RGB value is (214,143,238). Sum of RGB (Red+Green+Blue) = 214+143+238=595 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.97% from 595); Green value is 143 (56.25% from 255 or 24.03% from 595); Blue value is 238 (93.36% from 255 or 40% from 595); Max value from RGB is 238 - color contains mainly: blue. Hex color #D68FEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68FEE is #297011. Grayscale: #AEAEAE. Windows color (decimal): -2715666 or 15634390. OLE color: 15634390.

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

Color convert

RGB 214 143 238 -
CMYK 0.10 0.40 0 0.07
HSL 284.84º 0.74% 0.75% -
HSV(B) 284.84º 0.4% 0.93% -
XYZ 52.99 40.11 85.84 -
YUV 175.06 163.52 155.78 -
System Red Green Blue C M Y K H S L
Decimal 214 143 238 0.10 0.40 0 0.07 284.84 0.74 0.75
Hex D6 8F EE A 28 0 7 11D 4A 4B
Octal 326 217 356 12 50 0 7 435 112 113
Binary 11010110 10001111 11101110 1010 101000 0 111 100011101 1001010 1001011

Color Harmonies of #D68FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68FEE

Black with #D68FEE

Text Example


Text Example

White with #D68FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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