Html Css Color HEX #D694C5 Lilac

📋 copy color: '#D694C5'

red 214 ◦ green 148 ◦ blue 197

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

Shades of Lilac #D694C5

Tints of Lilac #D694C5

RGB

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

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

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

R = 38.28%
G = 26.48%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D694C5 (or 0xD694C5) is known color: Lilac. HEX triplet: D6, 94 and C5. RGB value is (214,148,197). Sum of RGB (Red+Green+Blue) = 214+148+197=559 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.28% from 559); Green value is 148 (58.20% from 255 or 26.48% from 559); Blue value is 197 (77.34% from 255 or 35.24% from 559); Max value from RGB is 214 - color contains mainly: red. Hex color #D694C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D694C5 is #296B3A. Grayscale: #ADADAD. Windows color (decimal): -2714427 or 12948694. OLE color: 12948694.

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

Color convert

RGB 214 148 197 -
CMYK 0 0.31 0.08 0.16
HSL 315.45º 0.45% 0.71% -
HSV(B) 315.45º 0.31% 0.84% -
XYZ 48.4 39.51 57.9 -
YUV 173.32 141.37 157.02 -
System Red Green Blue C M Y K H S L
Decimal 214 148 197 0 0.31 0.08 0.16 315.45 0.45 0.71
Hex D6 94 C5 0 1F 8 10 13B 2D 47
Octal 326 224 305 0 37 10 20 473 55 107
Binary 11010110 10010100 11000101 0 11111 1000 10000 100111011 101101 1000111

Color Harmonies of #D694C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D694C5

Black with #D694C5

Text Example


Text Example

White with #D694C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D694C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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