Html Css Color HEX #D694C9 Lilac

📋 copy color: '#D694C9'

red 214 ◦ green 148 ◦ blue 201

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

Shades of Lilac #D694C9

Tints of Lilac #D694C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 35.7%

R = 38.01%
G = 26.29%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D694C9 (or 0xD694C9) is known color: Lilac. HEX triplet: D6, 94 and C9. RGB value is (214,148,201). Sum of RGB (Red+Green+Blue) = 214+148+201=563 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.01% from 563); Green value is 148 (58.20% from 255 or 26.29% from 563); Blue value is 201 (78.91% from 255 or 35.70% from 563); Max value from RGB is 214 - color contains mainly: red. Hex color #D694C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D694C9 is #296B36. Grayscale: #ADADAD. Windows color (decimal): -2714423 or 13210838. OLE color: 13210838.

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

Color convert

RGB 214 148 201 -
CMYK 0 0.31 0.06 0.16
HSL 311.82º 0.45% 0.71% -
HSV(B) 311.82º 0.31% 0.84% -
XYZ 48.86 39.69 60.34 -
YUV 173.78 143.37 156.69 -
System Red Green Blue C M Y K H S L
Decimal 214 148 201 0 0.31 0.06 0.16 311.82 0.45 0.71
Hex D6 94 C9 0 1F 6 10 138 2D 47
Octal 326 224 311 0 37 6 20 470 55 107
Binary 11010110 10010100 11001001 0 11111 110 10000 100111000 101101 1000111

Color Harmonies of #D694C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D694C9

Black with #D694C9

Text Example


Text Example

White with #D694C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D694C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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