Html Css Color HEX #D68FCC Lilac

📋 copy color: '#D68FCC'

red 214 ◦ green 143 ◦ blue 204

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

Shades of Lilac #D68FCC

Tints of Lilac #D68FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.36%

R = 38.15%
G = 25.49%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D68FCC (or 0xD68FCC) is known color: Lilac. HEX triplet: D6, 8F and CC. RGB value is (214,143,204). Sum of RGB (Red+Green+Blue) = 214+143+204=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 143 (56.25% from 255 or 25.49% from 561); Blue value is 204 (80.08% from 255 or 36.36% from 561); Max value from RGB is 214 - color contains mainly: red. Hex color #D68FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68FCC is #297033. Grayscale: #ABABAB. Windows color (decimal): -2715700 or 13406166. OLE color: 13406166.

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

Color convert

RGB 214 143 204 -
CMYK 0 0.33 0.05 0.16
HSL 308.45º 0.46% 0.7% -
HSV(B) 308.45º 0.33% 0.84% -
XYZ 48.45 38.3 61.97 -
YUV 171.18 146.52 158.54 -
System Red Green Blue C M Y K H S L
Decimal 214 143 204 0 0.33 0.05 0.16 308.45 0.46 0.7
Hex D6 8F CC 0 21 5 10 134 2E 46
Octal 326 217 314 0 41 5 20 464 56 106
Binary 11010110 10001111 11001100 0 100001 101 10000 100110100 101110 1000110

Color Harmonies of #D68FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68FCC

Black with #D68FCC

Text Example


Text Example

White with #D68FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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