Html Css Color HEX #D68AC8 Lilac

📋 copy color: '#D68AC8'

red 214 ◦ green 138 ◦ blue 200

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

Shades of Lilac #D68AC8

Tints of Lilac #D68AC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 36.23%

R = 38.77%
G = 25%
B = 36.23%

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

#D68AC8 (or 0xD68AC8) is known color: Lilac. HEX triplet: D6, 8A and C8. RGB value is (214,138,200). Sum of RGB (Red+Green+Blue) = 214+138+200=552 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.77% from 552); Green value is 138 (54.30% from 255 or 25% from 552); Blue value is 200 (78.52% from 255 or 36.23% from 552); Max value from RGB is 214 - color contains mainly: red. Hex color #D68AC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68AC8 is #297537. Grayscale: #A7A7A7. Windows color (decimal): -2716984 or 13142742. OLE color: 13142742.

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

Color convert

RGB 214 138 200 -
CMYK 0 0.36 0.07 0.16
HSL 311.05º 0.48% 0.69% -
HSV(B) 311.05º 0.36% 0.84% -
XYZ 47.25 36.64 59.23 -
YUV 167.79 146.18 160.96 -
System Red Green Blue C M Y K H S L
Decimal 214 138 200 0 0.36 0.07 0.16 311.05 0.48 0.69
Hex D6 8A C8 0 24 7 10 137 30 45
Octal 326 212 310 0 44 7 20 467 60 105
Binary 11010110 10001010 11001000 0 100100 111 10000 100110111 110000 1000101

Color Harmonies of #D68AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68AC8

Black with #D68AC8

Text Example


Text Example

White with #D68AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68AC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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