Html Css Color HEX #D692CC Lilac

📋 copy color: '#D692CC'

red 214 ◦ green 146 ◦ blue 204

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

Shades of Lilac #D692CC

Tints of Lilac #D692CC

RGB

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

 GREEN value IS 146 (57.42% from 255) = 25.89%

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

R = 37.94%
G = 25.89%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D692CC (or 0xD692CC) is known color: Lilac. HEX triplet: D6, 92 and CC. RGB value is (214,146,204). Sum of RGB (Red+Green+Blue) = 214+146+204=564 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.94% from 564); Green value is 146 (57.42% from 255 or 25.89% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 214 - color contains mainly: red. Hex color #D692CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D692CC is #296D33. Grayscale: #ACACAC. Windows color (decimal): -2714932 or 13406934. OLE color: 13406934.

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

Color convert

RGB 214 146 204 -
CMYK 0 0.32 0.05 0.16
HSL 308.82º 0.45% 0.71% -
HSV(B) 308.82º 0.32% 0.84% -
XYZ 48.91 39.21 62.12 -
YUV 172.94 145.53 157.28 -
System Red Green Blue C M Y K H S L
Decimal 214 146 204 0 0.32 0.05 0.16 308.82 0.45 0.71
Hex D6 92 CC 0 20 5 10 135 2D 47
Octal 326 222 314 0 40 5 20 465 55 107
Binary 11010110 10010010 11001100 0 100000 101 10000 100110101 101101 1000111

Color Harmonies of #D692CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D692CC

Black with #D692CC

Text Example


Text Example

White with #D692CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D692CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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