Html Css Color HEX #D692C8 Lilac

📋 copy color: '#D692C8'

red 214 ◦ green 146 ◦ blue 200

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

Shades of Lilac #D692C8

Tints of Lilac #D692C8

RGB

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

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

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

R = 38.21%
G = 26.07%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D692C8 (or 0xD692C8) is known color: Lilac. HEX triplet: D6, 92 and C8. RGB value is (214,146,200). Sum of RGB (Red+Green+Blue) = 214+146+200=560 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.21% from 560); Green value is 146 (57.42% from 255 or 26.07% from 560); Blue value is 200 (78.52% from 255 or 35.71% from 560); Max value from RGB is 214 - color contains mainly: red. Hex color #D692C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D692C8 is #296D37. Grayscale: #ACACAC. Windows color (decimal): -2714936 or 13144790. OLE color: 13144790.

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

Color convert

RGB 214 146 200 -
CMYK 0 0.32 0.07 0.16
HSL 312.35º 0.45% 0.71% -
HSV(B) 312.35º 0.32% 0.84% -
XYZ 48.44 39.02 59.62 -
YUV 172.49 143.53 157.61 -
System Red Green Blue C M Y K H S L
Decimal 214 146 200 0 0.32 0.07 0.16 312.35 0.45 0.71
Hex D6 92 C8 0 20 7 10 138 2D 47
Octal 326 222 310 0 40 7 20 470 55 107
Binary 11010110 10010010 11001000 0 100000 111 10000 100111000 101101 1000111

Color Harmonies of #D692C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D692C8

Black with #D692C8

Text Example


Text Example

White with #D692C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D692C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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