Html Css Color HEX #D68AC6 Lilac

📋 copy color: '#D68AC6'

red 214 ◦ green 138 ◦ blue 198

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

Shades of Lilac #D68AC6

Tints of Lilac #D68AC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 36%

R = 38.91%
G = 25.09%
B = 36%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D68AC6 (or 0xD68AC6) is known color: Lilac. HEX triplet: D6, 8A and C6. RGB value is (214,138,198). Sum of RGB (Red+Green+Blue) = 214+138+198=550 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.91% from 550); Green value is 138 (54.30% from 255 or 25.09% from 550); Blue value is 198 (77.73% from 255 or 36% from 550); Max value from RGB is 214 - color contains mainly: red. Hex color #D68AC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68AC6 is #297539. Grayscale: #A7A7A7. Windows color (decimal): -2716986 or 13011670. OLE color: 13011670.

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

Color convert

RGB 214 138 198 -
CMYK 0 0.36 0.07 0.16
HSL 312.63º 0.48% 0.69% -
HSV(B) 312.63º 0.36% 0.84% -
XYZ 47.01 36.55 58 -
YUV 167.56 145.18 161.12 -
System Red Green Blue C M Y K H S L
Decimal 214 138 198 0 0.36 0.07 0.16 312.63 0.48 0.69
Hex D6 8A C6 0 24 7 10 139 30 45
Octal 326 212 306 0 44 7 20 471 60 105
Binary 11010110 10001010 11000110 0 100100 111 10000 100111001 110000 1000101

Color Harmonies of #D68AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68AC6

Black with #D68AC6

Text Example


Text Example

White with #D68AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68AC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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