Html Css Color HEX #D69FCB Lilac

📋 copy color: '#D69FCB'

red 214 ◦ green 159 ◦ blue 203

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

Shades of Lilac #D69FCB

Tints of Lilac #D69FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.24%

R = 37.15%
G = 27.6%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D69FCB (or 0xD69FCB) is known color: Lilac. HEX triplet: D6, 9F and CB. RGB value is (214,159,203). Sum of RGB (Red+Green+Blue) = 214+159+203=576 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.15% from 576); Green value is 159 (62.5% from 255 or 27.60% from 576); Blue value is 203 (79.69% from 255 or 35.24% from 576); Max value from RGB is 214 - color contains mainly: red. Hex color #D69FCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69FCB is #296034. Grayscale: #B4B4B4. Windows color (decimal): -2711605 or 13344726. OLE color: 13344726.

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

Color convert

RGB 214 159 203 -
CMYK 0 0.26 0.05 0.16
HSL 312º 0.4% 0.73% -
HSV(B) 312º 0.26% 0.84% -
XYZ 50.91 43.4 62.19 -
YUV 180.46 140.72 151.92 -
System Red Green Blue C M Y K H S L
Decimal 214 159 203 0 0.26 0.05 0.16 312 0.4 0.73
Hex D6 9F CB 0 1A 5 10 138 28 49
Octal 326 237 313 0 32 5 20 470 50 111
Binary 11010110 10011111 11001011 0 11010 101 10000 100111000 101000 1001001

Color Harmonies of #D69FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69FCB

Black with #D69FCB

Text Example


Text Example

White with #D69FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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