Html Css Color HEX #D68CC8 Lilac

📋 copy color: '#D68CC8'

red 214 ◦ green 140 ◦ blue 200

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

Shades of Lilac #D68CC8

Tints of Lilac #D68CC8

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.27%

 BLUE value IS 200 (78.52% from 255) = 36.1%

R = 38.63%
G = 25.27%
B = 36.1%

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

#D68CC8 (or 0xD68CC8) is known color: Lilac. HEX triplet: D6, 8C and C8. RGB value is (214,140,200). Sum of RGB (Red+Green+Blue) = 214+140+200=554 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.63% from 554); Green value is 140 (55.08% from 255 or 25.27% from 554); Blue value is 200 (78.52% from 255 or 36.10% from 554); Max value from RGB is 214 - color contains mainly: red. Hex color #D68CC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68CC8 is #297337. Grayscale: #A8A8A8. Windows color (decimal): -2716472 or 13143254. OLE color: 13143254.

HSL color Cylindrical-coordinate representation of color #D68CC8: hue angle of 311.35º degrees, saturation: 0.47, 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 #D68CC8 is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 140 200 -
CMYK 0 0.35 0.07 0.16
HSL 311.35º 0.47% 0.69% -
HSV(B) 311.35º 0.35% 0.84% -
XYZ 47.53 37.22 59.32 -
YUV 168.97 145.52 160.12 -
System Red Green Blue C M Y K H S L
Decimal 214 140 200 0 0.35 0.07 0.16 311.35 0.47 0.69
Hex D6 8C C8 0 23 7 10 137 2F 45
Octal 326 214 310 0 43 7 20 467 57 105
Binary 11010110 10001100 11001000 0 100011 111 10000 100110111 101111 1000101

Color Harmonies of #D68CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68CC8

Black with #D68CC8

Text Example


Text Example

White with #D68CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68CC8; }

 p { color: rgb(214,140,200); }

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

background-color css

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

 a { background-color: rgb(214,140,200); }

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

border-color css

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

 span { border-color: rgb(214,140,200); }

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