Html Css Color HEX #D68AC4 Lilac

📋 copy color: '#D68AC4'

red 214 ◦ green 138 ◦ blue 196

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

Shades of Lilac #D68AC4

Tints of Lilac #D68AC4

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.18%

 BLUE value IS 196 (76.95% from 255) = 35.77%

R = 39.05%
G = 25.18%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D68AC4 (or 0xD68AC4) is known color: Lilac. HEX triplet: D6, 8A and C4. RGB value is (214,138,196). Sum of RGB (Red+Green+Blue) = 214+138+196=548 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.05% from 548); Green value is 138 (54.30% from 255 or 25.18% from 548); Blue value is 196 (76.95% from 255 or 35.77% from 548); Max value from RGB is 214 - color contains mainly: red. Hex color #D68AC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68AC4 is #29753B. Grayscale: #A7A7A7. Windows color (decimal): -2716988 or 12880598. OLE color: 12880598.

HSL color Cylindrical-coordinate representation of color #D68AC4: hue angle of 314.21º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D68AC4 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 138 196 -
CMYK 0 0.36 0.08 0.16
HSL 314.21º 0.48% 0.69% -
HSV(B) 314.21º 0.36% 0.84% -
XYZ 46.78 36.46 56.8 -
YUV 167.34 144.18 161.28 -
System Red Green Blue C M Y K H S L
Decimal 214 138 196 0 0.36 0.08 0.16 314.21 0.48 0.69
Hex D6 8A C4 0 24 8 10 13A 30 45
Octal 326 212 304 0 44 10 20 472 60 105
Binary 11010110 10001010 11000100 0 100100 1000 10000 100111010 110000 1000101

Color Harmonies of #D68AC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68AC4

Black with #D68AC4

Text Example


Text Example

White with #D68AC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68AC4; }

 p { color: rgb(214,138,196); }

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

background-color css

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

 a { background-color: rgb(214,138,196); }

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

border-color css

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

 span { border-color: rgb(214,138,196); }

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