Html Css Color HEX #D69FCA Lilac

📋 copy color: '#D69FCA'

red 214 ◦ green 159 ◦ blue 202

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

Shades of Lilac #D69FCA

Tints of Lilac #D69FCA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 27.65%

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

R = 37.22%
G = 27.65%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D69FCA (or 0xD69FCA) is known color: Lilac. HEX triplet: D6, 9F and CA. RGB value is (214,159,202). Sum of RGB (Red+Green+Blue) = 214+159+202=575 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.22% from 575); Green value is 159 (62.5% from 255 or 27.65% from 575); Blue value is 202 (79.30% from 255 or 35.13% from 575); Max value from RGB is 214 - color contains mainly: red. Hex color #D69FCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69FCA is #296035. Grayscale: #B4B4B4. Windows color (decimal): -2711606 or 13279190. OLE color: 13279190.

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

Color convert

RGB 214 159 202 -
CMYK 0 0.26 0.06 0.16
HSL 313.09º 0.4% 0.73% -
HSV(B) 313.09º 0.26% 0.84% -
XYZ 50.79 43.36 61.57 -
YUV 180.35 140.22 152 -
System Red Green Blue C M Y K H S L
Decimal 214 159 202 0 0.26 0.06 0.16 313.09 0.4 0.73
Hex D6 9F CA 0 1A 6 10 139 28 49
Octal 326 237 312 0 32 6 20 471 50 111
Binary 11010110 10011111 11001010 0 11010 110 10000 100111001 101000 1001001

Color Harmonies of #D69FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69FCA

Black with #D69FCA

Text Example


Text Example

White with #D69FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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