Html Css Color HEX #D68AC5 Lilac

📋 copy color: '#D68AC5'

red 214 ◦ green 138 ◦ blue 197

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

Shades of Lilac #D68AC5

Tints of Lilac #D68AC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 35.88%

R = 38.98%
G = 25.14%
B = 35.88%

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

#D68AC5 (or 0xD68AC5) is known color: Lilac. HEX triplet: D6, 8A and C5. RGB value is (214,138,197). Sum of RGB (Red+Green+Blue) = 214+138+197=549 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.98% from 549); Green value is 138 (54.30% from 255 or 25.14% from 549); Blue value is 197 (77.34% from 255 or 35.88% from 549); Max value from RGB is 214 - color contains mainly: red. Hex color #D68AC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68AC5 is #29753A. Grayscale: #A7A7A7. Windows color (decimal): -2716987 or 12946134. OLE color: 12946134.

HSL color Cylindrical-coordinate representation of color #D68AC5: hue angle of 313.42º 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 #D68AC5 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 138 197 -
CMYK 0 0.36 0.08 0.16
HSL 313.42º 0.48% 0.69% -
HSV(B) 313.42º 0.36% 0.84% -
XYZ 46.9 36.5 57.4 -
YUV 167.45 144.68 161.2 -
System Red Green Blue C M Y K H S L
Decimal 214 138 197 0 0.36 0.08 0.16 313.42 0.48 0.69
Hex D6 8A C5 0 24 8 10 139 30 45
Octal 326 212 305 0 44 10 20 471 60 105
Binary 11010110 10001010 11000101 0 100100 1000 10000 100111001 110000 1000101

Color Harmonies of #D68AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68AC5

Black with #D68AC5

Text Example


Text Example

White with #D68AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68AC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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