Html Css Color HEX #D68BC7 Lilac

📋 copy color: '#D68BC7'

red 214 ◦ green 139 ◦ blue 199

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

Shades of Lilac #D68BC7

Tints of Lilac #D68BC7

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.18%

 BLUE value IS 199 (78.13% from 255) = 36.05%

R = 38.77%
G = 25.18%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D68BC7 (or 0xD68BC7) is known color: Lilac. HEX triplet: D6, 8B and C7. RGB value is (214,139,199). Sum of RGB (Red+Green+Blue) = 214+139+199=552 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.77% from 552); Green value is 139 (54.69% from 255 or 25.18% from 552); Blue value is 199 (78.12% from 255 or 36.05% from 552); Max value from RGB is 214 - color contains mainly: red. Hex color #D68BC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68BC7 is #297438. Grayscale: #A8A8A8. Windows color (decimal): -2716729 or 13077462. OLE color: 13077462.

HSL color Cylindrical-coordinate representation of color #D68BC7: hue angle of 312º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D68BC7 is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 139 199 -
CMYK 0 0.35 0.07 0.16
HSL 312º 0.48% 0.69% -
HSV(B) 312º 0.35% 0.84% -
XYZ 47.27 36.88 58.66 -
YUV 168.27 145.35 160.62 -
System Red Green Blue C M Y K H S L
Decimal 214 139 199 0 0.35 0.07 0.16 312 0.48 0.69
Hex D6 8B C7 0 23 7 10 138 30 45
Octal 326 213 307 0 43 7 20 470 60 105
Binary 11010110 10001011 11000111 0 100011 111 10000 100111000 110000 1000101

Color Harmonies of #D68BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68BC7

Black with #D68BC7

Text Example


Text Example

White with #D68BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68BC7; }

 p { color: rgb(214,139,199); }

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

background-color css

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

 a { background-color: rgb(214,139,199); }

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

border-color css

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

 span { border-color: rgb(214,139,199); }

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