Html Css Color HEX #D693CA Lilac

📋 copy color: '#D693CA'

red 214 ◦ green 147 ◦ blue 202

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

Shades of Lilac #D693CA

Tints of Lilac #D693CA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.11%

 BLUE value IS 202 (79.3% from 255) = 35.88%

R = 38.01%
G = 26.11%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D693CA (or 0xD693CA) is known color: Lilac. HEX triplet: D6, 93 and CA. RGB value is (214,147,202). Sum of RGB (Red+Green+Blue) = 214+147+202=563 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.01% from 563); Green value is 147 (57.81% from 255 or 26.11% from 563); Blue value is 202 (79.30% from 255 or 35.88% from 563); Max value from RGB is 214 - color contains mainly: red. Hex color #D693CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D693CA is #296C35. Grayscale: #ADADAD. Windows color (decimal): -2714678 or 13276118. OLE color: 13276118.

HSL color Cylindrical-coordinate representation of color #D693CA: hue angle of 310.75º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D693CA is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 147 202 -
CMYK 0 0.31 0.06 0.16
HSL 310.75º 0.45% 0.71% -
HSV(B) 310.75º 0.31% 0.84% -
XYZ 48.83 39.43 60.91 -
YUV 173.3 144.2 157.03 -
System Red Green Blue C M Y K H S L
Decimal 214 147 202 0 0.31 0.06 0.16 310.75 0.45 0.71
Hex D6 93 CA 0 1F 6 10 137 2D 47
Octal 326 223 312 0 37 6 20 467 55 107
Binary 11010110 10010011 11001010 0 11111 110 10000 100110111 101101 1000111

Color Harmonies of #D693CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D693CA

Black with #D693CA

Text Example


Text Example

White with #D693CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D693CA; }

 p { color: rgb(214,147,202); }

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

background-color css

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

 a { background-color: rgb(214,147,202); }

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

border-color css

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

 span { border-color: rgb(214,147,202); }

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