Html Css Color HEX #D695CA Lilac

📋 copy color: '#D695CA'

red 214 ◦ green 149 ◦ blue 202

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

Shades of Lilac #D695CA

Tints of Lilac #D695CA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.37%

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

R = 37.88%
G = 26.37%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D695CA (or 0xD695CA) is known color: Lilac. HEX triplet: D6, 95 and CA. RGB value is (214,149,202). Sum of RGB (Red+Green+Blue) = 214+149+202=565 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.88% from 565); Green value is 149 (58.59% from 255 or 26.37% from 565); Blue value is 202 (79.30% from 255 or 35.75% from 565); Max value from RGB is 214 - color contains mainly: red. Hex color #D695CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D695CA is #296A35. Grayscale: #AEAEAE. Windows color (decimal): -2714166 or 13276630. OLE color: 13276630.

HSL color Cylindrical-coordinate representation of color #D695CA: hue angle of 311.08º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D695CA is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 149 202 -
CMYK 0 0.30 0.06 0.16
HSL 311.08º 0.44% 0.71% -
HSV(B) 311.08º 0.3% 0.84% -
XYZ 49.14 40.06 61.02 -
YUV 174.48 143.53 156.19 -
System Red Green Blue C M Y K H S L
Decimal 214 149 202 0 0.30 0.06 0.16 311.08 0.44 0.71
Hex D6 95 CA 0 1E 6 10 137 2C 47
Octal 326 225 312 0 36 6 20 467 54 107
Binary 11010110 10010101 11001010 0 11110 110 10000 100110111 101100 1000111

Color Harmonies of #D695CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D695CA

Black with #D695CA

Text Example


Text Example

White with #D695CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D695CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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