Html Css Color HEX #D697CA Lilac

📋 copy color: '#D697CA'

red 214 ◦ green 151 ◦ blue 202

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

Shades of Lilac #D697CA

Tints of Lilac #D697CA

RGB

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

 GREEN value IS 151 (59.38% from 255) = 26.63%

 BLUE value IS 202 (79.3% from 255) = 35.63%

R = 37.74%
G = 26.63%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D697CA (or 0xD697CA) is known color: Lilac. HEX triplet: D6, 97 and CA. RGB value is (214,151,202). Sum of RGB (Red+Green+Blue) = 214+151+202=567 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.74% from 567); Green value is 151 (59.38% from 255 or 26.63% from 567); Blue value is 202 (79.30% from 255 or 35.63% from 567); Max value from RGB is 214 - color contains mainly: red. Hex color #D697CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D697CA is #296835. Grayscale: #AFAFAF. Windows color (decimal): -2713654 or 13277142. OLE color: 13277142.

HSL color Cylindrical-coordinate representation of color #D697CA: hue angle of 311.43º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D697CA is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 151 202 -
CMYK 0 0.29 0.06 0.16
HSL 311.43º 0.43% 0.72% -
HSV(B) 311.43º 0.29% 0.84% -
XYZ 49.46 40.69 61.13 -
YUV 175.65 142.87 155.35 -
System Red Green Blue C M Y K H S L
Decimal 214 151 202 0 0.29 0.06 0.16 311.43 0.43 0.72
Hex D6 97 CA 0 1D 6 10 137 2B 48
Octal 326 227 312 0 35 6 20 467 53 110
Binary 11010110 10010111 11001010 0 11101 110 10000 100110111 101011 1001000

Color Harmonies of #D697CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D697CA

Black with #D697CA

Text Example


Text Example

White with #D697CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D697CA; }

 p { color: rgb(214,151,202); }

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

background-color css

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

 a { background-color: rgb(214,151,202); }

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

border-color css

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

 span { border-color: rgb(214,151,202); }

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