Html Css Color HEX #D68DEA Wisteria

📋 copy color: '#D68DEA'

red 214 ◦ green 141 ◦ blue 234

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

Shades of Wisteria #D68DEA

Tints of Wisteria #D68DEA

RGB

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

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

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

R = 36.33%
G = 23.94%
B = 39.73%

CMYK

 C value IS 0.09

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D68DEA (or 0xD68DEA) is known color: Wisteria. HEX triplet: D6, 8D and EA. RGB value is (214,141,234). Sum of RGB (Red+Green+Blue) = 214+141+234=589 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.33% from 589); Green value is 141 (55.47% from 255 or 23.94% from 589); Blue value is 234 (91.80% from 255 or 39.73% from 589); Max value from RGB is 234 - color contains mainly: blue. Hex color #D68DEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68DEA is #297215. Grayscale: #ADADAD. Windows color (decimal): -2716182 or 15371734. OLE color: 15371734.

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

Color convert

RGB 214 141 234 -
CMYK 0.09 0.40 0 0.08
HSL 287.1º 0.69% 0.74% -
HSV(B) 287.1º 0.4% 0.92% -
XYZ 52.11 39.29 82.68 -
YUV 173.43 162.18 156.94 -
System Red Green Blue C M Y K H S L
Decimal 214 141 234 0.09 0.40 0 0.08 287.1 0.69 0.74
Hex D6 8D EA 9 28 0 8 11F 45 4A
Octal 326 215 352 11 50 0 10 437 105 112
Binary 11010110 10001101 11101010 1001 101000 0 1000 100011111 1000101 1001010

Color Harmonies of #D68DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68DEA

Black with #D68DEA

Text Example


Text Example

White with #D68DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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