Html Css Color HEX #D68FC5 Lilac

📋 copy color: '#D68FC5'

red 214 ◦ green 143 ◦ blue 197

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

Shades of Lilac #D68FC5

Tints of Lilac #D68FC5

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.81%

 BLUE value IS 197 (77.34% from 255) = 35.56%

R = 38.63%
G = 25.81%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D68FC5 (or 0xD68FC5) is known color: Lilac. HEX triplet: D6, 8F and C5. RGB value is (214,143,197). Sum of RGB (Red+Green+Blue) = 214+143+197=554 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.63% from 554); Green value is 143 (56.25% from 255 or 25.81% from 554); Blue value is 197 (77.34% from 255 or 35.56% from 554); Max value from RGB is 214 - color contains mainly: red. Hex color #D68FC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68FC5 is #29703A. Grayscale: #AAAAAA. Windows color (decimal): -2715707 or 12947414. OLE color: 12947414.

HSL color Cylindrical-coordinate representation of color #D68FC5: hue angle of 314.37º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D68FC5 is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 143 197 -
CMYK 0 0.33 0.08 0.16
HSL 314.37º 0.46% 0.7% -
HSV(B) 314.37º 0.33% 0.84% -
XYZ 47.63 37.97 57.64 -
YUV 170.39 143.02 159.11 -
System Red Green Blue C M Y K H S L
Decimal 214 143 197 0 0.33 0.08 0.16 314.37 0.46 0.7
Hex D6 8F C5 0 21 8 10 13A 2E 46
Octal 326 217 305 0 41 10 20 472 56 106
Binary 11010110 10001111 11000101 0 100001 1000 10000 100111010 101110 1000110

Color Harmonies of #D68FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68FC5

Black with #D68FC5

Text Example


Text Example

White with #D68FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68FC5; }

 p { color: rgb(214,143,197); }

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

background-color css

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

 a { background-color: rgb(214,143,197); }

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

border-color css

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

 span { border-color: rgb(214,143,197); }

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