Html Css Color HEX #D694CD Lilac

📋 copy color: '#D694CD'

red 214 ◦ green 148 ◦ blue 205

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

Shades of Lilac #D694CD

Tints of Lilac #D694CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.16%

R = 37.74%
G = 26.1%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D694CD (or 0xD694CD) is known color: Lilac. HEX triplet: D6, 94 and CD. RGB value is (214,148,205). Sum of RGB (Red+Green+Blue) = 214+148+205=567 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.74% from 567); Green value is 148 (58.20% from 255 or 26.10% from 567); Blue value is 205 (80.47% from 255 or 36.16% from 567); Max value from RGB is 214 - color contains mainly: red. Hex color #D694CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D694CD is #296B32. Grayscale: #AEAEAE. Windows color (decimal): -2714419 or 13472982. OLE color: 13472982.

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

Color convert

RGB 214 148 205 -
CMYK 0 0.31 0.04 0.16
HSL 308.18º 0.45% 0.71% -
HSV(B) 308.18º 0.31% 0.84% -
XYZ 49.34 39.88 62.86 -
YUV 174.23 145.37 156.37 -
System Red Green Blue C M Y K H S L
Decimal 214 148 205 0 0.31 0.04 0.16 308.18 0.45 0.71
Hex D6 94 CD 0 1F 4 10 134 2D 47
Octal 326 224 315 0 37 4 20 464 55 107
Binary 11010110 10010100 11001101 0 11111 100 10000 100110100 101101 1000111

Color Harmonies of #D694CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D694CD

Black with #D694CD

Text Example


Text Example

White with #D694CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D694CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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