Html Css Color HEX #D694C8 Lilac

📋 copy color: '#D694C8'

red 214 ◦ green 148 ◦ blue 200

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

Shades of Lilac #D694C8

Tints of Lilac #D694C8

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.33%

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

R = 38.08%
G = 26.33%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D694C8 (or 0xD694C8) is known color: Lilac. HEX triplet: D6, 94 and C8. RGB value is (214,148,200). Sum of RGB (Red+Green+Blue) = 214+148+200=562 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.08% from 562); Green value is 148 (58.20% from 255 or 26.33% from 562); Blue value is 200 (78.52% from 255 or 35.59% from 562); Max value from RGB is 214 - color contains mainly: red. Hex color #D694C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D694C8 is #296B37. Grayscale: #ADADAD. Windows color (decimal): -2714424 or 13145302. OLE color: 13145302.

HSL color Cylindrical-coordinate representation of color #D694C8: hue angle of 312.73º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D694C8 is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 148 200 -
CMYK 0 0.31 0.07 0.16
HSL 312.73º 0.45% 0.71% -
HSV(B) 312.73º 0.31% 0.84% -
XYZ 48.75 39.65 59.73 -
YUV 173.66 142.87 156.77 -
System Red Green Blue C M Y K H S L
Decimal 214 148 200 0 0.31 0.07 0.16 312.73 0.45 0.71
Hex D6 94 C8 0 1F 7 10 139 2D 47
Octal 326 224 310 0 37 7 20 471 55 107
Binary 11010110 10010100 11001000 0 11111 111 10000 100111001 101101 1000111

Color Harmonies of #D694C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D694C8

Black with #D694C8

Text Example


Text Example

White with #D694C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D694C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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