Html Css Color HEX #D68FCB Lilac

📋 copy color: '#D68FCB'

red 214 ◦ green 143 ◦ blue 203

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

Shades of Lilac #D68FCB

Tints of Lilac #D68FCB

RGB

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

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

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

R = 38.21%
G = 25.54%
B = 36.25%

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

#D68FCB (or 0xD68FCB) is known color: Lilac. HEX triplet: D6, 8F and CB. RGB value is (214,143,203). Sum of RGB (Red+Green+Blue) = 214+143+203=560 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.21% from 560); Green value is 143 (56.25% from 255 or 25.54% from 560); Blue value is 203 (79.69% from 255 or 36.25% from 560); Max value from RGB is 214 - color contains mainly: red. Hex color #D68FCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68FCB is #297034. Grayscale: #AAAAAA. Windows color (decimal): -2715701 or 13340630. OLE color: 13340630.

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

Color convert

RGB 214 143 203 -
CMYK 0 0.33 0.05 0.16
HSL 309.3º 0.46% 0.7% -
HSV(B) 309.3º 0.33% 0.84% -
XYZ 48.33 38.25 61.34 -
YUV 171.07 146.02 158.62 -
System Red Green Blue C M Y K H S L
Decimal 214 143 203 0 0.33 0.05 0.16 309.3 0.46 0.7
Hex D6 8F CB 0 21 5 10 135 2E 46
Octal 326 217 313 0 41 5 20 465 56 106
Binary 11010110 10001111 11001011 0 100001 101 10000 100110101 101110 1000110

Color Harmonies of #D68FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68FCB

Black with #D68FCB

Text Example


Text Example

White with #D68FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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